Shades of Forest Green #248E26
Tints of Forest Green #248E26
RGB
CMYK
RGB Variations
Color information
#248E26 (or 0x248E26) is known color: Forest Green. HEX triplet: 24, 8E and 26. RGB value is (36,142,38). Sum of RGB (Red+Green+Blue) = 36+142+38=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #248E26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E26 is #DB71D9. Grayscale: #626262. Windows color (decimal): -14381530 or 2526756. OLE color: 2526756.
HSL color Cylindrical-coordinate representation of color #248E26: hue angle of 121.13º 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 #248E26 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 38 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.44 |
| HSL | 121.13º | 0.6% | 0.35% | - |
| HSV(B) | 121.13º | 0.75% | 0.56% | - |
| XYZ | 10.75 | 19.86 | 5.1 | - |
| YUV | 98.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 38 | 0.75 | 0 | 0.73 | 0.44 | 121.13 | 0.6 | 0.35 |
| Hex | 24 | 8E | 26 | 4B | 0 | 49 | 2C | 79 | 3C | 23 |
| Octal | 44 | 216 | 46 | 113 | 0 | 111 | 54 | 171 | 74 | 43 |
| Binary | 100100 | 10001110 | 100110 | 1001011 | 0 | 1001001 | 101100 | 1111001 | 111100 | 100011 |
Color Harmonies of #248E26
Complementary color
Monochromatic Colors of #248E26
Black with #248E26
Text Example
Text Example
White with #248E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E26; }
p { color: rgb(36,142,38); }
H1.HeaderClassName
{
color: #248E26;
}
.AnyTagClassName
{
color: #248E26;
}
</style>
background-color css
<style>
a { background-color: #248E26; }
a { background-color: rgb(36,142,38); }
div.DivClassName
{
background-color: #248E26;
}
.BgClassName
{
background-color: #248E26;
}
</style>
border-color css
<style>
span { border-color: #248E26; }
span { border-color: rgb(36,142,38); }
td.TdClassName
{
border-color: #248E26;
}
.TagClassName
{
border-color: #248E26;
}
</style>