Shades of Forest Green #248E28
Tints of Forest Green #248E28
RGB
CMYK
RGB Variations
Color information
#248E28 (or 0x248E28) is known color: Forest Green. HEX triplet: 24, 8E and 28. RGB value is (36,142,40). Sum of RGB (Red+Green+Blue) = 36+142+40=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #248E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E28 is #DB71D7. Grayscale: #626262. Windows color (decimal): -14381528 or 2657828. OLE color: 2657828.
HSL color Cylindrical-coordinate representation of color #248E28: hue angle of 122.26º 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 #248E28 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 40 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.44 |
| HSL | 122.26º | 0.6% | 0.35% | - |
| HSV(B) | 122.26º | 0.75% | 0.56% | - |
| XYZ | 10.78 | 19.87 | 5.28 | - |
| YUV | 98.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 40 | 0.75 | 0 | 0.72 | 0.44 | 122.26 | 0.6 | 0.35 |
| Hex | 24 | 8E | 28 | 4B | 0 | 48 | 2C | 7A | 3C | 23 |
| Octal | 44 | 216 | 50 | 113 | 0 | 110 | 54 | 172 | 74 | 43 |
| Binary | 100100 | 10001110 | 101000 | 1001011 | 0 | 1001000 | 101100 | 1111010 | 111100 | 100011 |
Color Harmonies of #248E28
Complementary color
Monochromatic Colors of #248E28
Black with #248E28
Text Example
Text Example
White with #248E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E28; }
p { color: rgb(36,142,40); }
H1.HeaderClassName
{
color: #248E28;
}
.AnyTagClassName
{
color: #248E28;
}
</style>
background-color css
<style>
a { background-color: #248E28; }
a { background-color: rgb(36,142,40); }
div.DivClassName
{
background-color: #248E28;
}
.BgClassName
{
background-color: #248E28;
}
</style>
border-color css
<style>
span { border-color: #248E28; }
span { border-color: rgb(36,142,40); }
td.TdClassName
{
border-color: #248E28;
}
.TagClassName
{
border-color: #248E28;
}
</style>