Shades of Forest Green #287F13
Tints of Forest Green #287F13
RGB
CMYK
RGB Variations
Color information
#287F13 (or 0x287F13) is known color: Forest Green. HEX triplet: 28, 7F and 13. RGB value is (40,127,19). Sum of RGB (Red+Green+Blue) = 40+127+19=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #287F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287F13 is #D780EC. Grayscale: #595959. Windows color (decimal): -14123245 or 1277736. OLE color: 1277736.
HSL color Cylindrical-coordinate representation of color #287F13: hue angle of 108.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #287F13 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 127 | 19 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.50 |
| HSL | 108.33º | 0.74% | 0.29% | - |
| HSV(B) | 108.33º | 0.85% | 0.5% | - |
| XYZ | 8.58 | 15.68 | 3.19 | - |
| YUV | 88.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 19 | 0.69 | 0 | 0.85 | 0.50 | 108.33 | 0.74 | 0.29 |
| Hex | 28 | 7F | 13 | 45 | 0 | 55 | 32 | 6C | 4A | 1D |
| Octal | 50 | 177 | 23 | 105 | 0 | 125 | 62 | 154 | 112 | 35 |
| Binary | 101000 | 1111111 | 10011 | 1000101 | 0 | 1010101 | 110010 | 1101100 | 1001010 | 11101 |
Color Harmonies of #287F13
Complementary color
Monochromatic Colors of #287F13
Black with #287F13
Text Example
Text Example
White with #287F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287F13; }
p { color: rgb(40,127,19); }
H1.HeaderClassName
{
color: #287F13;
}
.AnyTagClassName
{
color: #287F13;
}
</style>
background-color css
<style>
a { background-color: #287F13; }
a { background-color: rgb(40,127,19); }
div.DivClassName
{
background-color: #287F13;
}
.BgClassName
{
background-color: #287F13;
}
</style>
border-color css
<style>
span { border-color: #287F13; }
span { border-color: rgb(40,127,19); }
td.TdClassName
{
border-color: #287F13;
}
.TagClassName
{
border-color: #287F13;
}
</style>