Shades of Forest Green #249F12
Tints of Forest Green #249F12
RGB
CMYK
RGB Variations
Color information
#249F12 (or 0x249F12) is known color: Forest Green. HEX triplet: 24, 9F and 12. RGB value is (36,159,18). Sum of RGB (Red+Green+Blue) = 36+159+18=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 159 (62.5% from 255 or 74.65% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 159 - color contains mainly: green. Hex color #249F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249F12 is #DB60ED. Grayscale: #6A6A6A. Windows color (decimal): -14377198 or 1220388. OLE color: 1220388.
HSL color Cylindrical-coordinate representation of color #249F12: hue angle of 112.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #249F12 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 18 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.38 |
| HSL | 112.34º | 0.8% | 0.35% | - |
| HSV(B) | 112.34º | 0.89% | 0.62% | - |
| XYZ | 13.23 | 25.22 | 4.74 | - |
| YUV | 106.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 18 | 0.77 | 0 | 0.89 | 0.38 | 112.34 | 0.8 | 0.35 |
| Hex | 24 | 9F | 12 | 4D | 0 | 59 | 26 | 70 | 50 | 23 |
| Octal | 44 | 237 | 22 | 115 | 0 | 131 | 46 | 160 | 120 | 43 |
| Binary | 100100 | 10011111 | 10010 | 1001101 | 0 | 1011001 | 100110 | 1110000 | 1010000 | 100011 |
Color Harmonies of #249F12
Complementary color
Monochromatic Colors of #249F12
Black with #249F12
Text Example
Text Example
White with #249F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F12; }
p { color: rgb(36,159,18); }
H1.HeaderClassName
{
color: #249F12;
}
.AnyTagClassName
{
color: #249F12;
}
</style>
background-color css
<style>
a { background-color: #249F12; }
a { background-color: rgb(36,159,18); }
div.DivClassName
{
background-color: #249F12;
}
.BgClassName
{
background-color: #249F12;
}
</style>
border-color css
<style>
span { border-color: #249F12; }
span { border-color: rgb(36,159,18); }
td.TdClassName
{
border-color: #249F12;
}
.TagClassName
{
border-color: #249F12;
}
</style>