Shades of Forest Green #287A0F
Tints of Forest Green #287A0F
RGB
CMYK
RGB Variations
Color information
#287A0F (or 0x287A0F) is known color: Forest Green. HEX triplet: 28, 7A and 0F. RGB value is (40,122,15). Sum of RGB (Red+Green+Blue) = 40+122+15=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #287A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287A0F is #D785F0. Grayscale: #555555. Windows color (decimal): -14124529 or 1014312. OLE color: 1014312.
HSL color Cylindrical-coordinate representation of color #287A0F: hue angle of 105.98º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #287A0F is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 15 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.52 |
| HSL | 105.98º | 0.78% | 0.27% | - |
| HSV(B) | 105.98º | 0.88% | 0.48% | - |
| XYZ | 7.92 | 14.4 | 2.81 | - |
| YUV | 85.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 15 | 0.67 | 0 | 0.88 | 0.52 | 105.98 | 0.78 | 0.27 |
| Hex | 28 | 7A | F | 43 | 0 | 58 | 34 | 6A | 4E | 1B |
| Octal | 50 | 172 | 17 | 103 | 0 | 130 | 64 | 152 | 116 | 33 |
| Binary | 101000 | 1111010 | 1111 | 1000011 | 0 | 1011000 | 110100 | 1101010 | 1001110 | 11011 |
Color Harmonies of #287A0F
Complementary color
Monochromatic Colors of #287A0F
Black with #287A0F
Text Example
Text Example
White with #287A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A0F; }
p { color: rgb(40,122,15); }
H1.HeaderClassName
{
color: #287A0F;
}
.AnyTagClassName
{
color: #287A0F;
}
</style>
background-color css
<style>
a { background-color: #287A0F; }
a { background-color: rgb(40,122,15); }
div.DivClassName
{
background-color: #287A0F;
}
.BgClassName
{
background-color: #287A0F;
}
</style>
border-color css
<style>
span { border-color: #287A0F; }
span { border-color: rgb(40,122,15); }
td.TdClassName
{
border-color: #287A0F;
}
.TagClassName
{
border-color: #287A0F;
}
</style>