Shades of Forest Green #288112
Tints of Forest Green #288112
RGB
CMYK
RGB Variations
Color information
#288112 (or 0x288112) is known color: Forest Green. HEX triplet: 28, 81 and 12. RGB value is (40,129,18). Sum of RGB (Red+Green+Blue) = 40+129+18=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #288112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288112 is #D77EED. Grayscale: #5A5A5A. Windows color (decimal): -14122734 or 1212712. OLE color: 1212712.
HSL color Cylindrical-coordinate representation of color #288112: hue angle of 108.11º 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 #288112 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 18 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.49 |
| HSL | 108.11º | 0.76% | 0.29% | - |
| HSV(B) | 108.11º | 0.86% | 0.51% | - |
| XYZ | 8.83 | 16.2 | 3.23 | - |
| YUV | 89.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 18 | 0.69 | 0 | 0.86 | 0.49 | 108.11 | 0.76 | 0.29 |
| Hex | 28 | 81 | 12 | 45 | 0 | 56 | 31 | 6C | 4C | 1D |
| Octal | 50 | 201 | 22 | 105 | 0 | 126 | 61 | 154 | 114 | 35 |
| Binary | 101000 | 10000001 | 10010 | 1000101 | 0 | 1010110 | 110001 | 1101100 | 1001100 | 11101 |
Color Harmonies of #288112
Complementary color
Monochromatic Colors of #288112
Black with #288112
Text Example
Text Example
White with #288112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288112; }
p { color: rgb(40,129,18); }
H1.HeaderClassName
{
color: #288112;
}
.AnyTagClassName
{
color: #288112;
}
</style>
background-color css
<style>
a { background-color: #288112; }
a { background-color: rgb(40,129,18); }
div.DivClassName
{
background-color: #288112;
}
.BgClassName
{
background-color: #288112;
}
</style>
border-color css
<style>
span { border-color: #288112; }
span { border-color: rgb(40,129,18); }
td.TdClassName
{
border-color: #288112;
}
.TagClassName
{
border-color: #288112;
}
</style>