Shades of Forest Green #287A10
Tints of Forest Green #287A10
RGB
CMYK
RGB Variations
Color information
#287A10 (or 0x287A10) is known color: Forest Green. HEX triplet: 28, 7A and 10. RGB value is (40,122,16). Sum of RGB (Red+Green+Blue) = 40+122+16=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #287A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287A10 is #D785EF. Grayscale: #555555. Windows color (decimal): -14124528 or 1079848. OLE color: 1079848.
HSL color Cylindrical-coordinate representation of color #287A10: hue angle of 106.42º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #287A10 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 16 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.52 |
| HSL | 106.42º | 0.77% | 0.27% | - |
| HSV(B) | 106.42º | 0.87% | 0.48% | - |
| XYZ | 7.93 | 14.41 | 2.85 | - |
| YUV | 85.4 | 88.83 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 16 | 0.67 | 0 | 0.87 | 0.52 | 106.42 | 0.77 | 0.27 |
| Hex | 28 | 7A | 10 | 43 | 0 | 57 | 34 | 6A | 4D | 1B |
| Octal | 50 | 172 | 20 | 103 | 0 | 127 | 64 | 152 | 115 | 33 |
| Binary | 101000 | 1111010 | 10000 | 1000011 | 0 | 1010111 | 110100 | 1101010 | 1001101 | 11011 |
Color Harmonies of #287A10
Complementary color
Monochromatic Colors of #287A10
Black with #287A10
Text Example
Text Example
White with #287A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A10; }
p { color: rgb(40,122,16); }
H1.HeaderClassName
{
color: #287A10;
}
.AnyTagClassName
{
color: #287A10;
}
</style>
background-color css
<style>
a { background-color: #287A10; }
a { background-color: rgb(40,122,16); }
div.DivClassName
{
background-color: #287A10;
}
.BgClassName
{
background-color: #287A10;
}
</style>
border-color css
<style>
span { border-color: #287A10; }
span { border-color: rgb(40,122,16); }
td.TdClassName
{
border-color: #287A10;
}
.TagClassName
{
border-color: #287A10;
}
</style>