Shades of Forest Green #249128
Tints of Forest Green #249128
RGB
CMYK
RGB Variations
Color information
#249128 (or 0x249128) is known color: Forest Green. HEX triplet: 24, 91 and 28. RGB value is (36,145,40). Sum of RGB (Red+Green+Blue) = 36+145+40=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #249128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249128 is #DB6ED7. Grayscale: #646464. Windows color (decimal): -14380760 or 2658596. OLE color: 2658596.
HSL color Cylindrical-coordinate representation of color #249128: hue angle of 122.2º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249128 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 40 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.43 |
| HSL | 122.2º | 0.6% | 0.35% | - |
| HSV(B) | 122.2º | 0.75% | 0.57% | - |
| XYZ | 11.24 | 20.78 | 5.43 | - |
| YUV | 100.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 40 | 0.75 | 0 | 0.72 | 0.43 | 122.2 | 0.6 | 0.35 |
| Hex | 24 | 91 | 28 | 4B | 0 | 48 | 2B | 7A | 3C | 23 |
| Octal | 44 | 221 | 50 | 113 | 0 | 110 | 53 | 172 | 74 | 43 |
| Binary | 100100 | 10010001 | 101000 | 1001011 | 0 | 1001000 | 101011 | 1111010 | 111100 | 100011 |
Color Harmonies of #249128
Complementary color
Monochromatic Colors of #249128
Black with #249128
Text Example
Text Example
White with #249128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249128; }
p { color: rgb(36,145,40); }
H1.HeaderClassName
{
color: #249128;
}
.AnyTagClassName
{
color: #249128;
}
</style>
background-color css
<style>
a { background-color: #249128; }
a { background-color: rgb(36,145,40); }
div.DivClassName
{
background-color: #249128;
}
.BgClassName
{
background-color: #249128;
}
</style>
border-color css
<style>
span { border-color: #249128; }
span { border-color: rgb(36,145,40); }
td.TdClassName
{
border-color: #249128;
}
.TagClassName
{
border-color: #249128;
}
</style>