Shades of Forest Green #288212
Tints of Forest Green #288212
RGB
CMYK
RGB Variations
Color information
#288212 (or 0x288212) is known color: Forest Green. HEX triplet: 28, 82 and 12. RGB value is (40,130,18). Sum of RGB (Red+Green+Blue) = 40+130+18=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #288212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288212 is #D77DED. Grayscale: #5A5A5A. Windows color (decimal): -14122478 or 1212968. OLE color: 1212968.
HSL color Cylindrical-coordinate representation of color #288212: hue angle of 108.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #288212 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 18 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.49 |
| HSL | 108.21º | 0.76% | 0.29% | - |
| HSV(B) | 108.21º | 0.86% | 0.51% | - |
| XYZ | 8.97 | 16.46 | 3.28 | - |
| YUV | 90.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 18 | 0.69 | 0 | 0.86 | 0.49 | 108.21 | 0.76 | 0.29 |
| Hex | 28 | 82 | 12 | 45 | 0 | 56 | 31 | 6C | 4C | 1D |
| Octal | 50 | 202 | 22 | 105 | 0 | 126 | 61 | 154 | 114 | 35 |
| Binary | 101000 | 10000010 | 10010 | 1000101 | 0 | 1010110 | 110001 | 1101100 | 1001100 | 11101 |
Color Harmonies of #288212
Complementary color
Monochromatic Colors of #288212
Black with #288212
Text Example
Text Example
White with #288212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288212; }
p { color: rgb(40,130,18); }
H1.HeaderClassName
{
color: #288212;
}
.AnyTagClassName
{
color: #288212;
}
</style>
background-color css
<style>
a { background-color: #288212; }
a { background-color: rgb(40,130,18); }
div.DivClassName
{
background-color: #288212;
}
.BgClassName
{
background-color: #288212;
}
</style>
border-color css
<style>
span { border-color: #288212; }
span { border-color: rgb(40,130,18); }
td.TdClassName
{
border-color: #288212;
}
.TagClassName
{
border-color: #288212;
}
</style>