Shades of Forest Green #288113
Tints of Forest Green #288113
RGB
CMYK
RGB Variations
Color information
#288113 (or 0x288113) is known color: Forest Green. HEX triplet: 28, 81 and 13. RGB value is (40,129,19). Sum of RGB (Red+Green+Blue) = 40+129+19=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #288113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288113 is #D77EEC. Grayscale: #5A5A5A. Windows color (decimal): -14122733 or 1278248. OLE color: 1278248.
HSL color Cylindrical-coordinate representation of color #288113: hue angle of 108.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #288113 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 19 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.49 |
| HSL | 108.55º | 0.74% | 0.29% | - |
| HSV(B) | 108.55º | 0.85% | 0.51% | - |
| XYZ | 8.84 | 16.2 | 3.28 | - |
| YUV | 89.85 | 88.01 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 19 | 0.69 | 0 | 0.85 | 0.49 | 108.55 | 0.74 | 0.29 |
| Hex | 28 | 81 | 13 | 45 | 0 | 55 | 31 | 6D | 4A | 1D |
| Octal | 50 | 201 | 23 | 105 | 0 | 125 | 61 | 155 | 112 | 35 |
| Binary | 101000 | 10000001 | 10011 | 1000101 | 0 | 1010101 | 110001 | 1101101 | 1001010 | 11101 |
Color Harmonies of #288113
Complementary color
Monochromatic Colors of #288113
Black with #288113
Text Example
Text Example
White with #288113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288113; }
p { color: rgb(40,129,19); }
H1.HeaderClassName
{
color: #288113;
}
.AnyTagClassName
{
color: #288113;
}
</style>
background-color css
<style>
a { background-color: #288113; }
a { background-color: rgb(40,129,19); }
div.DivClassName
{
background-color: #288113;
}
.BgClassName
{
background-color: #288113;
}
</style>
border-color css
<style>
span { border-color: #288113; }
span { border-color: rgb(40,129,19); }
td.TdClassName
{
border-color: #288113;
}
.TagClassName
{
border-color: #288113;
}
</style>