Shades of Forest Green #287D14
Tints of Forest Green #287D14
RGB
CMYK
RGB Variations
Color information
#287D14 (or 0x287D14) is known color: Forest Green. HEX triplet: 28, 7D and 14. RGB value is (40,125,20). Sum of RGB (Red+Green+Blue) = 40+125+20=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 125 (49.22% from 255 or 67.57% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 125 - color contains mainly: green. Hex color #287D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287D14 is #D782EB. Grayscale: #575757. Windows color (decimal): -14123756 or 1342760. OLE color: 1342760.
HSL color Cylindrical-coordinate representation of color #287D14: hue angle of 108.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287D14 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 20 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.51 |
| HSL | 108.57º | 0.72% | 0.28% | - |
| HSV(B) | 108.57º | 0.84% | 0.49% | - |
| XYZ | 8.33 | 15.17 | 3.15 | - |
| YUV | 87.62 | 89.84 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 20 | 0.68 | 0 | 0.84 | 0.51 | 108.57 | 0.72 | 0.28 |
| Hex | 28 | 7D | 14 | 44 | 0 | 54 | 33 | 6D | 48 | 1C |
| Octal | 50 | 175 | 24 | 104 | 0 | 124 | 63 | 155 | 110 | 34 |
| Binary | 101000 | 1111101 | 10100 | 1000100 | 0 | 1010100 | 110011 | 1101101 | 1001000 | 11100 |
Color Harmonies of #287D14
Complementary color
Monochromatic Colors of #287D14
Black with #287D14
Text Example
Text Example
White with #287D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D14; }
p { color: rgb(40,125,20); }
H1.HeaderClassName
{
color: #287D14;
}
.AnyTagClassName
{
color: #287D14;
}
</style>
background-color css
<style>
a { background-color: #287D14; }
a { background-color: rgb(40,125,20); }
div.DivClassName
{
background-color: #287D14;
}
.BgClassName
{
background-color: #287D14;
}
</style>
border-color css
<style>
span { border-color: #287D14; }
span { border-color: rgb(40,125,20); }
td.TdClassName
{
border-color: #287D14;
}
.TagClassName
{
border-color: #287D14;
}
</style>