Shades of Forest Green #248217
Tints of Forest Green #248217
RGB
CMYK
RGB Variations
Color information
#248217 (or 0x248217) is known color: Forest Green. HEX triplet: 24, 82 and 17. RGB value is (36,130,23). Sum of RGB (Red+Green+Blue) = 36+130+23=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #248217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248217 is #DB7DE8. Grayscale: #5A5A5A. Windows color (decimal): -14384617 or 1540644. OLE color: 1540644.
HSL color Cylindrical-coordinate representation of color #248217: hue angle of 112.71º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #248217 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 23 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.49 |
| HSL | 112.71º | 0.7% | 0.3% | - |
| HSV(B) | 112.71º | 0.82% | 0.51% | - |
| XYZ | 8.86 | 16.4 | 3.51 | - |
| YUV | 89.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 23 | 0.72 | 0 | 0.82 | 0.49 | 112.71 | 0.7 | 0.3 |
| Hex | 24 | 82 | 17 | 48 | 0 | 52 | 31 | 71 | 46 | 1E |
| Octal | 44 | 202 | 27 | 110 | 0 | 122 | 61 | 161 | 106 | 36 |
| Binary | 100100 | 10000010 | 10111 | 1001000 | 0 | 1010010 | 110001 | 1110001 | 1000110 | 11110 |
Color Harmonies of #248217
Complementary color
Monochromatic Colors of #248217
Black with #248217
Text Example
Text Example
White with #248217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248217; }
p { color: rgb(36,130,23); }
H1.HeaderClassName
{
color: #248217;
}
.AnyTagClassName
{
color: #248217;
}
</style>
background-color css
<style>
a { background-color: #248217; }
a { background-color: rgb(36,130,23); }
div.DivClassName
{
background-color: #248217;
}
.BgClassName
{
background-color: #248217;
}
</style>
border-color css
<style>
span { border-color: #248217; }
span { border-color: rgb(36,130,23); }
td.TdClassName
{
border-color: #248217;
}
.TagClassName
{
border-color: #248217;
}
</style>