Shades of Forest Green #288311
Tints of Forest Green #288311
RGB
CMYK
RGB Variations
Color information
#288311 (or 0x288311) is known color: Forest Green. HEX triplet: 28, 83 and 11. RGB value is (40,131,17). Sum of RGB (Red+Green+Blue) = 40+131+17=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #288311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288311 is #D77CEE. Grayscale: #5B5B5B. Windows color (decimal): -14122223 or 1147688. OLE color: 1147688.
HSL color Cylindrical-coordinate representation of color #288311: hue angle of 107.89º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #288311 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 17 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.49 |
| HSL | 107.89º | 0.77% | 0.29% | - |
| HSV(B) | 107.89º | 0.87% | 0.51% | - |
| XYZ | 9.09 | 16.72 | 3.28 | - |
| YUV | 90.8 | 86.35 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 17 | 0.69 | 0 | 0.87 | 0.49 | 107.89 | 0.77 | 0.29 |
| Hex | 28 | 83 | 11 | 45 | 0 | 57 | 31 | 6C | 4D | 1D |
| Octal | 50 | 203 | 21 | 105 | 0 | 127 | 61 | 154 | 115 | 35 |
| Binary | 101000 | 10000011 | 10001 | 1000101 | 0 | 1010111 | 110001 | 1101100 | 1001101 | 11101 |
Color Harmonies of #288311
Complementary color
Monochromatic Colors of #288311
Black with #288311
Text Example
Text Example
White with #288311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288311; }
p { color: rgb(40,131,17); }
H1.HeaderClassName
{
color: #288311;
}
.AnyTagClassName
{
color: #288311;
}
</style>
background-color css
<style>
a { background-color: #288311; }
a { background-color: rgb(40,131,17); }
div.DivClassName
{
background-color: #288311;
}
.BgClassName
{
background-color: #288311;
}
</style>
border-color css
<style>
span { border-color: #288311; }
span { border-color: rgb(40,131,17); }
td.TdClassName
{
border-color: #288311;
}
.TagClassName
{
border-color: #288311;
}
</style>