Shades of Forest Green #248213
Tints of Forest Green #248213
RGB
CMYK
RGB Variations
Color information
#248213 (or 0x248213) is known color: Forest Green. HEX triplet: 24, 82 and 13. RGB value is (36,130,19). Sum of RGB (Red+Green+Blue) = 36+130+19=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #248213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248213 is #DB7DEC. Grayscale: #595959. Windows color (decimal): -14384621 or 1278500. OLE color: 1278500.
HSL color Cylindrical-coordinate representation of color #248213: hue angle of 110.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248213 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 19 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.49 |
| HSL | 110.81º | 0.74% | 0.29% | - |
| HSV(B) | 110.81º | 0.85% | 0.51% | - |
| XYZ | 8.83 | 16.39 | 3.31 | - |
| YUV | 89.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 19 | 0.72 | 0 | 0.85 | 0.49 | 110.81 | 0.74 | 0.29 |
| Hex | 24 | 82 | 13 | 48 | 0 | 55 | 31 | 6F | 4A | 1D |
| Octal | 44 | 202 | 23 | 110 | 0 | 125 | 61 | 157 | 112 | 35 |
| Binary | 100100 | 10000010 | 10011 | 1001000 | 0 | 1010101 | 110001 | 1101111 | 1001010 | 11101 |
Color Harmonies of #248213
Complementary color
Monochromatic Colors of #248213
Black with #248213
Text Example
Text Example
White with #248213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248213; }
p { color: rgb(36,130,19); }
H1.HeaderClassName
{
color: #248213;
}
.AnyTagClassName
{
color: #248213;
}
</style>
background-color css
<style>
a { background-color: #248213; }
a { background-color: rgb(36,130,19); }
div.DivClassName
{
background-color: #248213;
}
.BgClassName
{
background-color: #248213;
}
</style>
border-color css
<style>
span { border-color: #248213; }
span { border-color: rgb(36,130,19); }
td.TdClassName
{
border-color: #248213;
}
.TagClassName
{
border-color: #248213;
}
</style>