Shades of Forest Green #287A1A
Tints of Forest Green #287A1A
RGB
CMYK
RGB Variations
Color information
#287A1A (or 0x287A1A) is known color: Forest Green. HEX triplet: 28, 7A and 1A. RGB value is (40,122,26). Sum of RGB (Red+Green+Blue) = 40+122+26=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #287A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A1A is #D785E5. Grayscale: #565656. Windows color (decimal): -14124518 or 1735208. OLE color: 1735208.
HSL color Cylindrical-coordinate representation of color #287A1A: hue angle of 111.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #287A1A is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 26 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.52 |
| HSL | 111.25º | 0.65% | 0.29% | - |
| HSV(B) | 111.25º | 0.79% | 0.48% | - |
| XYZ | 8.02 | 14.44 | 3.34 | - |
| YUV | 86.54 | 93.83 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 26 | 0.67 | 0 | 0.79 | 0.52 | 111.25 | 0.65 | 0.29 |
| Hex | 28 | 7A | 1A | 43 | 0 | 4F | 34 | 6F | 41 | 1D |
| Octal | 50 | 172 | 32 | 103 | 0 | 117 | 64 | 157 | 101 | 35 |
| Binary | 101000 | 1111010 | 11010 | 1000011 | 0 | 1001111 | 110100 | 1101111 | 1000001 | 11101 |
Color Harmonies of #287A1A
Complementary color
Monochromatic Colors of #287A1A
Black with #287A1A
Text Example
Text Example
White with #287A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A1A; }
p { color: rgb(40,122,26); }
H1.HeaderClassName
{
color: #287A1A;
}
.AnyTagClassName
{
color: #287A1A;
}
</style>
background-color css
<style>
a { background-color: #287A1A; }
a { background-color: rgb(40,122,26); }
div.DivClassName
{
background-color: #287A1A;
}
.BgClassName
{
background-color: #287A1A;
}
</style>
border-color css
<style>
span { border-color: #287A1A; }
span { border-color: rgb(40,122,26); }
td.TdClassName
{
border-color: #287A1A;
}
.TagClassName
{
border-color: #287A1A;
}
</style>