Shades of Forest Green #248316
Tints of Forest Green #248316
RGB
CMYK
RGB Variations
Color information
#248316 (or 0x248316) is known color: Forest Green. HEX triplet: 24, 83 and 16. RGB value is (36,131,22). Sum of RGB (Red+Green+Blue) = 36+131+22=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #248316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248316 is #DB7CE9. Grayscale: #5A5A5A. Windows color (decimal): -14384362 or 1475364. OLE color: 1475364.
HSL color Cylindrical-coordinate representation of color #248316: hue angle of 112.29º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248316 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 131 | 22 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.49 |
| HSL | 112.29º | 0.71% | 0.3% | - |
| HSV(B) | 112.29º | 0.83% | 0.51% | - |
| XYZ | 8.99 | 16.67 | 3.5 | - |
| YUV | 90.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 22 | 0.73 | 0 | 0.83 | 0.49 | 112.29 | 0.71 | 0.3 |
| Hex | 24 | 83 | 16 | 49 | 0 | 53 | 31 | 70 | 47 | 1E |
| Octal | 44 | 203 | 26 | 111 | 0 | 123 | 61 | 160 | 107 | 36 |
| Binary | 100100 | 10000011 | 10110 | 1001001 | 0 | 1010011 | 110001 | 1110000 | 1000111 | 11110 |
Color Harmonies of #248316
Complementary color
Monochromatic Colors of #248316
Black with #248316
Text Example
Text Example
White with #248316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248316; }
p { color: rgb(36,131,22); }
H1.HeaderClassName
{
color: #248316;
}
.AnyTagClassName
{
color: #248316;
}
</style>
background-color css
<style>
a { background-color: #248316; }
a { background-color: rgb(36,131,22); }
div.DivClassName
{
background-color: #248316;
}
.BgClassName
{
background-color: #248316;
}
</style>
border-color css
<style>
span { border-color: #248316; }
span { border-color: rgb(36,131,22); }
td.TdClassName
{
border-color: #248316;
}
.TagClassName
{
border-color: #248316;
}
</style>