Shades of Forest Green #248C09
Tints of Forest Green #248C09
RGB
CMYK
RGB Variations
Color information
#248C09 (or 0x248C09) is known color: Forest Green. HEX triplet: 24, 8C and 09. RGB value is (36,140,9). Sum of RGB (Red+Green+Blue) = 36+140+9=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 140 (55.08% from 255 or 75.68% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 140 - color contains mainly: green. Hex color #248C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248C09 is #DB73F6. Grayscale: #5E5E5E. Windows color (decimal): -14382071 or 625700. OLE color: 625700.
HSL color Cylindrical-coordinate representation of color #248C09: hue angle of 107.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #248C09 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 9 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.45 |
| HSL | 107.63º | 0.88% | 0.29% | - |
| HSV(B) | 107.63º | 0.94% | 0.55% | - |
| XYZ | 10.15 | 19.15 | 3.42 | - |
| YUV | 93.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 9 | 0.74 | 0 | 0.94 | 0.45 | 107.63 | 0.88 | 0.29 |
| Hex | 24 | 8C | 9 | 4A | 0 | 5E | 2D | 6C | 58 | 1D |
| Octal | 44 | 214 | 11 | 112 | 0 | 136 | 55 | 154 | 130 | 35 |
| Binary | 100100 | 10001100 | 1001 | 1001010 | 0 | 1011110 | 101101 | 1101100 | 1011000 | 11101 |
Color Harmonies of #248C09
Complementary color
Monochromatic Colors of #248C09
Black with #248C09
Text Example
Text Example
White with #248C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C09; }
p { color: rgb(36,140,9); }
H1.HeaderClassName
{
color: #248C09;
}
.AnyTagClassName
{
color: #248C09;
}
</style>
background-color css
<style>
a { background-color: #248C09; }
a { background-color: rgb(36,140,9); }
div.DivClassName
{
background-color: #248C09;
}
.BgClassName
{
background-color: #248C09;
}
</style>
border-color css
<style>
span { border-color: #248C09; }
span { border-color: rgb(36,140,9); }
td.TdClassName
{
border-color: #248C09;
}
.TagClassName
{
border-color: #248C09;
}
</style>