Shades of Forest Green #248F20
Tints of Forest Green #248F20
RGB
CMYK
RGB Variations
Color information
#248F20 (or 0x248F20) is known color: Forest Green. HEX triplet: 24, 8F and 20. RGB value is (36,143,32). Sum of RGB (Red+Green+Blue) = 36+143+32=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #248F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F20 is #DB70DF. Grayscale: #626262. Windows color (decimal): -14381280 or 2133796. OLE color: 2133796.
HSL color Cylindrical-coordinate representation of color #248F20: hue angle of 117.84º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #248F20 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 32 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.44 |
| HSL | 117.84º | 0.63% | 0.34% | - |
| HSV(B) | 117.84º | 0.78% | 0.56% | - |
| XYZ | 10.81 | 20.12 | 4.68 | - |
| YUV | 98.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 32 | 0.75 | 0 | 0.78 | 0.44 | 117.84 | 0.63 | 0.34 |
| Hex | 24 | 8F | 20 | 4B | 0 | 4E | 2C | 76 | 3F | 22 |
| Octal | 44 | 217 | 40 | 113 | 0 | 116 | 54 | 166 | 77 | 42 |
| Binary | 100100 | 10001111 | 100000 | 1001011 | 0 | 1001110 | 101100 | 1110110 | 111111 | 100010 |
Color Harmonies of #248F20
Complementary color
Monochromatic Colors of #248F20
Black with #248F20
Text Example
Text Example
White with #248F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F20; }
p { color: rgb(36,143,32); }
H1.HeaderClassName
{
color: #248F20;
}
.AnyTagClassName
{
color: #248F20;
}
</style>
background-color css
<style>
a { background-color: #248F20; }
a { background-color: rgb(36,143,32); }
div.DivClassName
{
background-color: #248F20;
}
.BgClassName
{
background-color: #248F20;
}
</style>
border-color css
<style>
span { border-color: #248F20; }
span { border-color: rgb(36,143,32); }
td.TdClassName
{
border-color: #248F20;
}
.TagClassName
{
border-color: #248F20;
}
</style>