Shades of Forest Green #248E2F
Tints of Forest Green #248E2F
RGB
CMYK
RGB Variations
Color information
#248E2F (or 0x248E2F) is known color: Forest Green. HEX triplet: 24, 8E and 2F. RGB value is (36,142,47). Sum of RGB (Red+Green+Blue) = 36+142+47=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #248E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E2F is #DB71D0. Grayscale: #636363. Windows color (decimal): -14381521 or 3116580. OLE color: 3116580.
HSL color Cylindrical-coordinate representation of color #248E2F: hue angle of 126.23º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E2F is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 47 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.44 |
| HSL | 126.23º | 0.6% | 0.35% | - |
| HSV(B) | 126.23º | 0.75% | 0.56% | - |
| XYZ | 10.91 | 19.93 | 5.96 | - |
| YUV | 99.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 47 | 0.75 | 0 | 0.67 | 0.44 | 126.23 | 0.6 | 0.35 |
| Hex | 24 | 8E | 2F | 4B | 0 | 43 | 2C | 7E | 3C | 23 |
| Octal | 44 | 216 | 57 | 113 | 0 | 103 | 54 | 176 | 74 | 43 |
| Binary | 100100 | 10001110 | 101111 | 1001011 | 0 | 1000011 | 101100 | 1111110 | 111100 | 100011 |
Color Harmonies of #248E2F
Complementary color
Monochromatic Colors of #248E2F
Black with #248E2F
Text Example
Text Example
White with #248E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E2F; }
p { color: rgb(36,142,47); }
H1.HeaderClassName
{
color: #248E2F;
}
.AnyTagClassName
{
color: #248E2F;
}
</style>
background-color css
<style>
a { background-color: #248E2F; }
a { background-color: rgb(36,142,47); }
div.DivClassName
{
background-color: #248E2F;
}
.BgClassName
{
background-color: #248E2F;
}
</style>
border-color css
<style>
span { border-color: #248E2F; }
span { border-color: rgb(36,142,47); }
td.TdClassName
{
border-color: #248E2F;
}
.TagClassName
{
border-color: #248E2F;
}
</style>