Shades of Forest Green #249212
Tints of Forest Green #249212
RGB
CMYK
RGB Variations
Color information
#249212 (or 0x249212) is known color: Forest Green. HEX triplet: 24, 92 and 12. RGB value is (36,146,18). Sum of RGB (Red+Green+Blue) = 36+146+18=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #249212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249212 is #DB6DED. Grayscale: #626262. Windows color (decimal): -14380526 or 1217060. OLE color: 1217060.
HSL color Cylindrical-coordinate representation of color #249212: hue angle of 111.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #249212 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 18 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.43 |
| HSL | 111.56º | 0.78% | 0.32% | - |
| HSV(B) | 111.56º | 0.88% | 0.57% | - |
| XYZ | 11.12 | 20.98 | 4.04 | - |
| YUV | 98.52 | 82.56 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 18 | 0.75 | 0 | 0.88 | 0.43 | 111.56 | 0.78 | 0.32 |
| Hex | 24 | 92 | 12 | 4B | 0 | 58 | 2B | 70 | 4E | 20 |
| Octal | 44 | 222 | 22 | 113 | 0 | 130 | 53 | 160 | 116 | 40 |
| Binary | 100100 | 10010010 | 10010 | 1001011 | 0 | 1011000 | 101011 | 1110000 | 1001110 | 100000 |
Color Harmonies of #249212
Complementary color
Monochromatic Colors of #249212
Black with #249212
Text Example
Text Example
White with #249212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249212; }
p { color: rgb(36,146,18); }
H1.HeaderClassName
{
color: #249212;
}
.AnyTagClassName
{
color: #249212;
}
</style>
background-color css
<style>
a { background-color: #249212; }
a { background-color: rgb(36,146,18); }
div.DivClassName
{
background-color: #249212;
}
.BgClassName
{
background-color: #249212;
}
</style>
border-color css
<style>
span { border-color: #249212; }
span { border-color: rgb(36,146,18); }
td.TdClassName
{
border-color: #249212;
}
.TagClassName
{
border-color: #249212;
}
</style>