Shades of Forest Green #288714
Tints of Forest Green #288714
RGB
CMYK
RGB Variations
Color information
#288714 (or 0x288714) is known color: Forest Green. HEX triplet: 28, 87 and 14. RGB value is (40,135,20). Sum of RGB (Red+Green+Blue) = 40+135+20=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #288714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288714 is #D778EB. Grayscale: #5D5D5D. Windows color (decimal): -14121196 or 1345320. OLE color: 1345320.
HSL color Cylindrical-coordinate representation of color #288714: hue angle of 109.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #288714 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 20 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.47 |
| HSL | 109.57º | 0.74% | 0.3% | - |
| HSV(B) | 109.57º | 0.85% | 0.53% | - |
| XYZ | 9.67 | 17.83 | 3.59 | - |
| YUV | 93.49 | 86.53 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 20 | 0.70 | 0 | 0.85 | 0.47 | 109.57 | 0.74 | 0.3 |
| Hex | 28 | 87 | 14 | 46 | 0 | 55 | 2F | 6E | 4A | 1E |
| Octal | 50 | 207 | 24 | 106 | 0 | 125 | 57 | 156 | 112 | 36 |
| Binary | 101000 | 10000111 | 10100 | 1000110 | 0 | 1010101 | 101111 | 1101110 | 1001010 | 11110 |
Color Harmonies of #288714
Complementary color
Monochromatic Colors of #288714
Black with #288714
Text Example
Text Example
White with #288714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288714; }
p { color: rgb(40,135,20); }
H1.HeaderClassName
{
color: #288714;
}
.AnyTagClassName
{
color: #288714;
}
</style>
background-color css
<style>
a { background-color: #288714; }
a { background-color: rgb(40,135,20); }
div.DivClassName
{
background-color: #288714;
}
.BgClassName
{
background-color: #288714;
}
</style>
border-color css
<style>
span { border-color: #288714; }
span { border-color: rgb(40,135,20); }
td.TdClassName
{
border-color: #288714;
}
.TagClassName
{
border-color: #288714;
}
</style>