Shades of Forest Green #249214
Tints of Forest Green #249214
RGB
CMYK
RGB Variations
Color information
#249214 (or 0x249214) is known color: Forest Green. HEX triplet: 24, 92 and 14. RGB value is (36,146,20). Sum of RGB (Red+Green+Blue) = 36+146+20=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #249214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249214 is #DB6DEB. Grayscale: #636363. Windows color (decimal): -14380524 or 1348132. OLE color: 1348132.
HSL color Cylindrical-coordinate representation of color #249214: hue angle of 112.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #249214 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 20 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.43 |
| HSL | 112.38º | 0.76% | 0.33% | - |
| HSV(B) | 112.38º | 0.86% | 0.57% | - |
| XYZ | 11.13 | 20.98 | 4.13 | - |
| YUV | 98.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 20 | 0.75 | 0 | 0.86 | 0.43 | 112.38 | 0.76 | 0.33 |
| Hex | 24 | 92 | 14 | 4B | 0 | 56 | 2B | 70 | 4C | 21 |
| Octal | 44 | 222 | 24 | 113 | 0 | 126 | 53 | 160 | 114 | 41 |
| Binary | 100100 | 10010010 | 10100 | 1001011 | 0 | 1010110 | 101011 | 1110000 | 1001100 | 100001 |
Color Harmonies of #249214
Complementary color
Monochromatic Colors of #249214
Black with #249214
Text Example
Text Example
White with #249214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249214; }
p { color: rgb(36,146,20); }
H1.HeaderClassName
{
color: #249214;
}
.AnyTagClassName
{
color: #249214;
}
</style>
background-color css
<style>
a { background-color: #249214; }
a { background-color: rgb(36,146,20); }
div.DivClassName
{
background-color: #249214;
}
.BgClassName
{
background-color: #249214;
}
</style>
border-color css
<style>
span { border-color: #249214; }
span { border-color: rgb(36,146,20); }
td.TdClassName
{
border-color: #249214;
}
.TagClassName
{
border-color: #249214;
}
</style>