Shades of Forest Green #287F12
Tints of Forest Green #287F12
RGB
CMYK
RGB Variations
Color information
#287F12 (or 0x287F12) is known color: Forest Green. HEX triplet: 28, 7F and 12. RGB value is (40,127,18). Sum of RGB (Red+Green+Blue) = 40+127+18=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #287F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287F12 is #D780ED. Grayscale: #585858. Windows color (decimal): -14123246 or 1212200. OLE color: 1212200.
HSL color Cylindrical-coordinate representation of color #287F12: hue angle of 107.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #287F12 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 18 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.50 |
| HSL | 107.89º | 0.75% | 0.28% | - |
| HSV(B) | 107.89º | 0.86% | 0.5% | - |
| XYZ | 8.57 | 15.67 | 3.15 | - |
| YUV | 88.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 18 | 0.69 | 0 | 0.86 | 0.50 | 107.89 | 0.75 | 0.28 |
| Hex | 28 | 7F | 12 | 45 | 0 | 56 | 32 | 6C | 4B | 1C |
| Octal | 50 | 177 | 22 | 105 | 0 | 126 | 62 | 154 | 113 | 34 |
| Binary | 101000 | 1111111 | 10010 | 1000101 | 0 | 1010110 | 110010 | 1101100 | 1001011 | 11100 |
Color Harmonies of #287F12
Complementary color
Monochromatic Colors of #287F12
Black with #287F12
Text Example
Text Example
White with #287F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F12; }
p { color: rgb(40,127,18); }
H1.HeaderClassName
{
color: #287F12;
}
.AnyTagClassName
{
color: #287F12;
}
</style>
background-color css
<style>
a { background-color: #287F12; }
a { background-color: rgb(40,127,18); }
div.DivClassName
{
background-color: #287F12;
}
.BgClassName
{
background-color: #287F12;
}
</style>
border-color css
<style>
span { border-color: #287F12; }
span { border-color: rgb(40,127,18); }
td.TdClassName
{
border-color: #287F12;
}
.TagClassName
{
border-color: #287F12;
}
</style>