Shades of Forest Green #248004
Tints of Forest Green #248004
RGB
CMYK
RGB Variations
Color information
#248004 (or 0x248004) is known color: Forest Green. HEX triplet: 24, 80 and 04. RGB value is (36,128,4). Sum of RGB (Red+Green+Blue) = 36+128+4=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #248004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248004 is #DB7FFB. Grayscale: #565656. Windows color (decimal): -14385148 or 294948. OLE color: 294948.
HSL color Cylindrical-coordinate representation of color #248004: hue angle of 104.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #248004 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 4 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.50 |
| HSL | 104.52º | 0.94% | 0.26% | - |
| HSV(B) | 104.52º | 0.97% | 0.5% | - |
| XYZ | 8.47 | 15.82 | 2.72 | - |
| YUV | 86.36 | 81.52 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 4 | 0.72 | 0 | 0.97 | 0.50 | 104.52 | 0.94 | 0.26 |
| Hex | 24 | 80 | 4 | 48 | 0 | 61 | 32 | 69 | 5E | 1A |
| Octal | 44 | 200 | 4 | 110 | 0 | 141 | 62 | 151 | 136 | 32 |
| Binary | 100100 | 10000000 | 100 | 1001000 | 0 | 1100001 | 110010 | 1101001 | 1011110 | 11010 |
Color Harmonies of #248004
Complementary color
Monochromatic Colors of #248004
Black with #248004
Text Example
Text Example
White with #248004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248004; }
p { color: rgb(36,128,4); }
H1.HeaderClassName
{
color: #248004;
}
.AnyTagClassName
{
color: #248004;
}
</style>
background-color css
<style>
a { background-color: #248004; }
a { background-color: rgb(36,128,4); }
div.DivClassName
{
background-color: #248004;
}
.BgClassName
{
background-color: #248004;
}
</style>
border-color css
<style>
span { border-color: #248004; }
span { border-color: rgb(36,128,4); }
td.TdClassName
{
border-color: #248004;
}
.TagClassName
{
border-color: #248004;
}
</style>