Shades of Forest Green #288211
Tints of Forest Green #288211
RGB
CMYK
RGB Variations
Color information
#288211 (or 0x288211) is known color: Forest Green. HEX triplet: 28, 82 and 11. RGB value is (40,130,17). Sum of RGB (Red+Green+Blue) = 40+130+17=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #288211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288211 is #D77DEE. Grayscale: #5A5A5A. Windows color (decimal): -14122479 or 1147432. OLE color: 1147432.
HSL color Cylindrical-coordinate representation of color #288211: hue angle of 107.79º 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 #288211 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 17 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.49 |
| HSL | 107.79º | 0.77% | 0.29% | - |
| HSV(B) | 107.79º | 0.87% | 0.51% | - |
| XYZ | 8.96 | 16.46 | 3.23 | - |
| YUV | 90.21 | 86.68 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 17 | 0.69 | 0 | 0.87 | 0.49 | 107.79 | 0.77 | 0.29 |
| Hex | 28 | 82 | 11 | 45 | 0 | 57 | 31 | 6C | 4D | 1D |
| Octal | 50 | 202 | 21 | 105 | 0 | 127 | 61 | 154 | 115 | 35 |
| Binary | 101000 | 10000010 | 10001 | 1000101 | 0 | 1010111 | 110001 | 1101100 | 1001101 | 11101 |
Color Harmonies of #288211
Complementary color
Monochromatic Colors of #288211
Black with #288211
Text Example
Text Example
White with #288211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288211; }
p { color: rgb(40,130,17); }
H1.HeaderClassName
{
color: #288211;
}
.AnyTagClassName
{
color: #288211;
}
</style>
background-color css
<style>
a { background-color: #288211; }
a { background-color: rgb(40,130,17); }
div.DivClassName
{
background-color: #288211;
}
.BgClassName
{
background-color: #288211;
}
</style>
border-color css
<style>
span { border-color: #288211; }
span { border-color: rgb(40,130,17); }
td.TdClassName
{
border-color: #288211;
}
.TagClassName
{
border-color: #288211;
}
</style>