Shades of Forest Green #248C16
Tints of Forest Green #248C16
RGB
CMYK
RGB Variations
Color information
#248C16 (or 0x248C16) is known color: Forest Green. HEX triplet: 24, 8C and 16. RGB value is (36,140,22). Sum of RGB (Red+Green+Blue) = 36+140+22=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 140 (55.08% from 255 or 70.71% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 140 - color contains mainly: green. Hex color #248C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248C16 is #DB73E9. Grayscale: #5F5F5F. Windows color (decimal): -14382058 or 1477668. OLE color: 1477668.
HSL color Cylindrical-coordinate representation of color #248C16: hue angle of 112.88º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248C16 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 22 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.45 |
| HSL | 112.88º | 0.73% | 0.32% | - |
| HSV(B) | 112.88º | 0.84% | 0.55% | - |
| XYZ | 10.25 | 19.19 | 3.92 | - |
| YUV | 95.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 22 | 0.74 | 0 | 0.84 | 0.45 | 112.88 | 0.73 | 0.32 |
| Hex | 24 | 8C | 16 | 4A | 0 | 54 | 2D | 71 | 49 | 20 |
| Octal | 44 | 214 | 26 | 112 | 0 | 124 | 55 | 161 | 111 | 40 |
| Binary | 100100 | 10001100 | 10110 | 1001010 | 0 | 1010100 | 101101 | 1110001 | 1001001 | 100000 |
Color Harmonies of #248C16
Complementary color
Monochromatic Colors of #248C16
Black with #248C16
Text Example
Text Example
White with #248C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C16; }
p { color: rgb(36,140,22); }
H1.HeaderClassName
{
color: #248C16;
}
.AnyTagClassName
{
color: #248C16;
}
</style>
background-color css
<style>
a { background-color: #248C16; }
a { background-color: rgb(36,140,22); }
div.DivClassName
{
background-color: #248C16;
}
.BgClassName
{
background-color: #248C16;
}
</style>
border-color css
<style>
span { border-color: #248C16; }
span { border-color: rgb(36,140,22); }
td.TdClassName
{
border-color: #248C16;
}
.TagClassName
{
border-color: #248C16;
}
</style>