Shades of Forest Green #248C00
Tints of Forest Green #248C00
RGB
CMYK
RGB Variations
Color information
#248C00 (or 0x248C00) is known color: Forest Green. HEX triplet: 24, 8C and 00. RGB value is (36,140,0). Sum of RGB (Red+Green+Blue) = 36+140+0=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 140 (55.08% from 255 or 79.55% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 140 - color contains mainly: green. Hex color #248C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248C00 is #DB73FF. Grayscale: #5D5D5D. Windows color (decimal): -14382080 or 35876. OLE color: 35876.
HSL color Cylindrical-coordinate representation of color #248C00: hue angle of 104.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #248C00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.45 |
| HSL | 104.57º | 1% | 0.27% | - |
| HSV(B) | 104.57º | 1% | 0.55% | - |
| XYZ | 10.11 | 19.13 | 3.16 | - |
| YUV | 92.94 | 75.54 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 0 | 0.74 | 0 | 1 | 0.45 | 104.57 | 1 | 0.27 |
| Hex | 24 | 8C | 0 | 4A | 0 | 64 | 2D | 69 | 64 | 1B |
| Octal | 44 | 214 | 0 | 112 | 0 | 144 | 55 | 151 | 144 | 33 |
| Binary | 100100 | 10001100 | 0 | 1001010 | 0 | 1100100 | 101101 | 1101001 | 1100100 | 11011 |
Color Harmonies of #248C00
Complementary color
Monochromatic Colors of #248C00
Black with #248C00
Text Example
Text Example
White with #248C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C00; }
p { color: rgb(36,140,0); }
H1.HeaderClassName
{
color: #248C00;
}
.AnyTagClassName
{
color: #248C00;
}
</style>
background-color css
<style>
a { background-color: #248C00; }
a { background-color: rgb(36,140,0); }
div.DivClassName
{
background-color: #248C00;
}
.BgClassName
{
background-color: #248C00;
}
</style>
border-color css
<style>
span { border-color: #248C00; }
span { border-color: rgb(36,140,0); }
td.TdClassName
{
border-color: #248C00;
}
.TagClassName
{
border-color: #248C00;
}
</style>