Shades of Forest Green #248D00
Tints of Forest Green #248D00
RGB
CMYK
RGB Variations
Color information
#248D00 (or 0x248D00) is known color: Forest Green. HEX triplet: 24, 8D and 00. RGB value is (36,141,0). Sum of RGB (Red+Green+Blue) = 36+141+0=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 141 (55.47% from 255 or 79.66% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 141 - color contains mainly: green. Hex color #248D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248D00 is #DB72FF. Grayscale: #5D5D5D. Windows color (decimal): -14381824 or 36132. OLE color: 36132.
HSL color Cylindrical-coordinate representation of color #248D00: hue angle of 104.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #248D00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.45 |
| HSL | 104.68º | 1% | 0.28% | - |
| HSV(B) | 104.68º | 1% | 0.55% | - |
| XYZ | 10.25 | 19.42 | 3.21 | - |
| YUV | 93.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 0 | 0.74 | 0 | 1 | 0.45 | 104.68 | 1 | 0.28 |
| Hex | 24 | 8D | 0 | 4A | 0 | 64 | 2D | 69 | 64 | 1C |
| Octal | 44 | 215 | 0 | 112 | 0 | 144 | 55 | 151 | 144 | 34 |
| Binary | 100100 | 10001101 | 0 | 1001010 | 0 | 1100100 | 101101 | 1101001 | 1100100 | 11100 |
Color Harmonies of #248D00
Complementary color
Monochromatic Colors of #248D00
Black with #248D00
Text Example
Text Example
White with #248D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D00; }
p { color: rgb(36,141,0); }
H1.HeaderClassName
{
color: #248D00;
}
.AnyTagClassName
{
color: #248D00;
}
</style>
background-color css
<style>
a { background-color: #248D00; }
a { background-color: rgb(36,141,0); }
div.DivClassName
{
background-color: #248D00;
}
.BgClassName
{
background-color: #248D00;
}
</style>
border-color css
<style>
span { border-color: #248D00; }
span { border-color: rgb(36,141,0); }
td.TdClassName
{
border-color: #248D00;
}
.TagClassName
{
border-color: #248D00;
}
</style>