Shades of Forest Green #288114
Tints of Forest Green #288114
RGB
CMYK
RGB Variations
Color information
#288114 (or 0x288114) is known color: Forest Green. HEX triplet: 28, 81 and 14. RGB value is (40,129,20). Sum of RGB (Red+Green+Blue) = 40+129+20=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #288114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288114 is #D77EEB. Grayscale: #5A5A5A. Windows color (decimal): -14122732 or 1343784. OLE color: 1343784.
HSL color Cylindrical-coordinate representation of color #288114: hue angle of 108.99º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288114 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 20 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.49 |
| HSL | 108.99º | 0.73% | 0.29% | - |
| HSV(B) | 108.99º | 0.84% | 0.51% | - |
| XYZ | 8.85 | 16.2 | 3.32 | - |
| YUV | 89.96 | 88.51 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 20 | 0.69 | 0 | 0.84 | 0.49 | 108.99 | 0.73 | 0.29 |
| Hex | 28 | 81 | 14 | 45 | 0 | 54 | 31 | 6D | 49 | 1D |
| Octal | 50 | 201 | 24 | 105 | 0 | 124 | 61 | 155 | 111 | 35 |
| Binary | 101000 | 10000001 | 10100 | 1000101 | 0 | 1010100 | 110001 | 1101101 | 1001001 | 11101 |
Color Harmonies of #288114
Complementary color
Monochromatic Colors of #288114
Black with #288114
Text Example
Text Example
White with #288114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288114; }
p { color: rgb(40,129,20); }
H1.HeaderClassName
{
color: #288114;
}
.AnyTagClassName
{
color: #288114;
}
</style>
background-color css
<style>
a { background-color: #288114; }
a { background-color: rgb(40,129,20); }
div.DivClassName
{
background-color: #288114;
}
.BgClassName
{
background-color: #288114;
}
</style>
border-color css
<style>
span { border-color: #288114; }
span { border-color: rgb(40,129,20); }
td.TdClassName
{
border-color: #288114;
}
.TagClassName
{
border-color: #288114;
}
</style>