Shades of Forest Green #248C28
Tints of Forest Green #248C28
RGB
CMYK
RGB Variations
Color information
#248C28 (or 0x248C28) is known color: Forest Green. HEX triplet: 24, 8C and 28. RGB value is (36,140,40). Sum of RGB (Red+Green+Blue) = 36+140+40=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #248C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C28 is #DB73D7. Grayscale: #616161. Windows color (decimal): -14382040 or 2657316. OLE color: 2657316.
HSL color Cylindrical-coordinate representation of color #248C28: hue angle of 122.31º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C28 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 40 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.45 |
| HSL | 122.31º | 0.59% | 0.35% | - |
| HSV(B) | 122.31º | 0.74% | 0.55% | - |
| XYZ | 10.49 | 19.28 | 5.18 | - |
| YUV | 97.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 40 | 0.74 | 0 | 0.71 | 0.45 | 122.31 | 0.59 | 0.35 |
| Hex | 24 | 8C | 28 | 4A | 0 | 47 | 2D | 7A | 3B | 23 |
| Octal | 44 | 214 | 50 | 112 | 0 | 107 | 55 | 172 | 73 | 43 |
| Binary | 100100 | 10001100 | 101000 | 1001010 | 0 | 1000111 | 101101 | 1111010 | 111011 | 100011 |
Color Harmonies of #248C28
Complementary color
Monochromatic Colors of #248C28
Black with #248C28
Text Example
Text Example
White with #248C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C28; }
p { color: rgb(36,140,40); }
H1.HeaderClassName
{
color: #248C28;
}
.AnyTagClassName
{
color: #248C28;
}
</style>
background-color css
<style>
a { background-color: #248C28; }
a { background-color: rgb(36,140,40); }
div.DivClassName
{
background-color: #248C28;
}
.BgClassName
{
background-color: #248C28;
}
</style>
border-color css
<style>
span { border-color: #248C28; }
span { border-color: rgb(36,140,40); }
td.TdClassName
{
border-color: #248C28;
}
.TagClassName
{
border-color: #248C28;
}
</style>