Shades of Forest Green #248412
Tints of Forest Green #248412
RGB
CMYK
RGB Variations
Color information
#248412 (or 0x248412) is known color: Forest Green. HEX triplet: 24, 84 and 12. RGB value is (36,132,18). Sum of RGB (Red+Green+Blue) = 36+132+18=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #248412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248412 is #DB7BED. Grayscale: #5A5A5A. Windows color (decimal): -14384110 or 1213476. OLE color: 1213476.
HSL color Cylindrical-coordinate representation of color #248412: hue angle of 110.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248412 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 18 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.48 |
| HSL | 110.53º | 0.76% | 0.29% | - |
| HSV(B) | 110.53º | 0.86% | 0.52% | - |
| XYZ | 9.09 | 16.92 | 3.36 | - |
| YUV | 90.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 18 | 0.73 | 0 | 0.86 | 0.48 | 110.53 | 0.76 | 0.29 |
| Hex | 24 | 84 | 12 | 49 | 0 | 56 | 30 | 6F | 4C | 1D |
| Octal | 44 | 204 | 22 | 111 | 0 | 126 | 60 | 157 | 114 | 35 |
| Binary | 100100 | 10000100 | 10010 | 1001001 | 0 | 1010110 | 110000 | 1101111 | 1001100 | 11101 |
Color Harmonies of #248412
Complementary color
Monochromatic Colors of #248412
Black with #248412
Text Example
Text Example
White with #248412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248412; }
p { color: rgb(36,132,18); }
H1.HeaderClassName
{
color: #248412;
}
.AnyTagClassName
{
color: #248412;
}
</style>
background-color css
<style>
a { background-color: #248412; }
a { background-color: rgb(36,132,18); }
div.DivClassName
{
background-color: #248412;
}
.BgClassName
{
background-color: #248412;
}
</style>
border-color css
<style>
span { border-color: #248412; }
span { border-color: rgb(36,132,18); }
td.TdClassName
{
border-color: #248412;
}
.TagClassName
{
border-color: #248412;
}
</style>