Shades of Forest Green #309522
Tints of Forest Green #309522
RGB
CMYK
RGB Variations
Color information
#309522 (or 0x309522) is known color: Forest Green. HEX triplet: 30, 95 and 22. RGB value is (48,149,34). Sum of RGB (Red+Green+Blue) = 48+149+34=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #309522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309522 is #CF6ADD. Grayscale: #6A6A6A. Windows color (decimal): -13593310 or 2266416. OLE color: 2266416.
HSL color Cylindrical-coordinate representation of color #309522: hue angle of 112.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309522 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 34 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.42 |
| HSL | 112.7º | 0.63% | 0.36% | - |
| HSV(B) | 112.7º | 0.77% | 0.58% | - |
| XYZ | 12.26 | 22.24 | 5.16 | - |
| YUV | 105.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 34 | 0.68 | 0 | 0.77 | 0.42 | 112.7 | 0.63 | 0.36 |
| Hex | 30 | 95 | 22 | 44 | 0 | 4D | 2A | 71 | 3F | 24 |
| Octal | 60 | 225 | 42 | 104 | 0 | 115 | 52 | 161 | 77 | 44 |
| Binary | 110000 | 10010101 | 100010 | 1000100 | 0 | 1001101 | 101010 | 1110001 | 111111 | 100100 |
Color Harmonies of #309522
Complementary color
Monochromatic Colors of #309522
Black with #309522
Text Example
Text Example
White with #309522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309522; }
p { color: rgb(48,149,34); }
H1.HeaderClassName
{
color: #309522;
}
.AnyTagClassName
{
color: #309522;
}
</style>
background-color css
<style>
a { background-color: #309522; }
a { background-color: rgb(48,149,34); }
div.DivClassName
{
background-color: #309522;
}
.BgClassName
{
background-color: #309522;
}
</style>
border-color css
<style>
span { border-color: #309522; }
span { border-color: rgb(48,149,34); }
td.TdClassName
{
border-color: #309522;
}
.TagClassName
{
border-color: #309522;
}
</style>