Shades of Forest Green #249528
Tints of Forest Green #249528
RGB
CMYK
RGB Variations
Color information
#249528 (or 0x249528) is known color: Forest Green. HEX triplet: 24, 95 and 28. RGB value is (36,149,40). Sum of RGB (Red+Green+Blue) = 36+149+40=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #249528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #249528 is #DB6AD7. Grayscale: #676767. Windows color (decimal): -14379736 or 2659620. OLE color: 2659620.
HSL color Cylindrical-coordinate representation of color #249528: hue angle of 122.12º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249528 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 40 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.42 |
| HSL | 122.12º | 0.61% | 0.36% | - |
| HSV(B) | 122.12º | 0.76% | 0.58% | - |
| XYZ | 11.86 | 22.02 | 5.63 | - |
| YUV | 102.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 40 | 0.76 | 0 | 0.73 | 0.42 | 122.12 | 0.61 | 0.36 |
| Hex | 24 | 95 | 28 | 4C | 0 | 49 | 2A | 7A | 3D | 24 |
| Octal | 44 | 225 | 50 | 114 | 0 | 111 | 52 | 172 | 75 | 44 |
| Binary | 100100 | 10010101 | 101000 | 1001100 | 0 | 1001001 | 101010 | 1111010 | 111101 | 100100 |
Color Harmonies of #249528
Complementary color
Monochromatic Colors of #249528
Black with #249528
Text Example
Text Example
White with #249528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249528; }
p { color: rgb(36,149,40); }
H1.HeaderClassName
{
color: #249528;
}
.AnyTagClassName
{
color: #249528;
}
</style>
background-color css
<style>
a { background-color: #249528; }
a { background-color: rgb(36,149,40); }
div.DivClassName
{
background-color: #249528;
}
.BgClassName
{
background-color: #249528;
}
</style>
border-color css
<style>
span { border-color: #249528; }
span { border-color: rgb(36,149,40); }
td.TdClassName
{
border-color: #249528;
}
.TagClassName
{
border-color: #249528;
}
</style>