Shades of Forest Green #287D16
Tints of Forest Green #287D16
RGB
CMYK
RGB Variations
Color information
#287D16 (or 0x287D16) is known color: Forest Green. HEX triplet: 28, 7D and 16. RGB value is (40,125,22). Sum of RGB (Red+Green+Blue) = 40+125+22=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #287D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287D16 is #D782E9. Grayscale: #585858. Windows color (decimal): -14123754 or 1473832. OLE color: 1473832.
HSL color Cylindrical-coordinate representation of color #287D16: hue angle of 109.51º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287D16 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 22 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.51 |
| HSL | 109.51º | 0.7% | 0.29% | - |
| HSV(B) | 109.51º | 0.82% | 0.49% | - |
| XYZ | 8.35 | 15.18 | 3.25 | - |
| YUV | 87.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 22 | 0.68 | 0 | 0.82 | 0.51 | 109.51 | 0.7 | 0.29 |
| Hex | 28 | 7D | 16 | 44 | 0 | 52 | 33 | 6E | 46 | 1D |
| Octal | 50 | 175 | 26 | 104 | 0 | 122 | 63 | 156 | 106 | 35 |
| Binary | 101000 | 1111101 | 10110 | 1000100 | 0 | 1010010 | 110011 | 1101110 | 1000110 | 11101 |
Color Harmonies of #287D16
Complementary color
Monochromatic Colors of #287D16
Black with #287D16
Text Example
Text Example
White with #287D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D16; }
p { color: rgb(40,125,22); }
H1.HeaderClassName
{
color: #287D16;
}
.AnyTagClassName
{
color: #287D16;
}
</style>
background-color css
<style>
a { background-color: #287D16; }
a { background-color: rgb(40,125,22); }
div.DivClassName
{
background-color: #287D16;
}
.BgClassName
{
background-color: #287D16;
}
</style>
border-color css
<style>
span { border-color: #287D16; }
span { border-color: rgb(40,125,22); }
td.TdClassName
{
border-color: #287D16;
}
.TagClassName
{
border-color: #287D16;
}
</style>