Random Color Generator

#30834e Color

Color Codes
Hex Code #30834e
RGB Code rgb(48, 131, 78)
HSL Code hsl(142, 46%, 35%)

#30834e Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(48, 131, 78);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(142, 46%, 35%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #30834e

RGB Code Hex Code Preview
rgb(48, 131, 78, 10%) #30834e1a  
rgb(48, 131, 78, 20%) #30834e33  
rgb(48, 131, 78, 40%) #30834e4C  
rgb(48, 131, 78, 60%) #30834e99  
rgb(48, 131, 78, 80%) #30834eCC  
rgb(48, 131, 78, 100%) #30834eFF  

Saturated and desaturated colors of #30834e

HSL Code Preview
hsl(142, 10%, 35%)  
hsl(142, 20%, 35%)  
hsl(142, 40%, 35%)  
hsl(142, 60%, 35%)  
hsl(142, 80%, 35%)  
hsl(142, 100%, 35%)  

#30834e Color Usage In CSS

 body {
    color: #30834e;
    }
 p {
    color: rgb(48, 131, 78);
    }
 header {
    border-bottom:1px solid #30834e;
    }
Recent Random Colors