Shades of Forest Green #287D0B
Tints of Forest Green #287D0B
RGB
CMYK
RGB Variations
Color information
#287D0B (or 0x287D0B) is known color: Forest Green. HEX triplet: 28, 7D and 0B. RGB value is (40,125,11). Sum of RGB (Red+Green+Blue) = 40+125+11=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #287D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287D0B is #D782F4. Grayscale: #565656. Windows color (decimal): -14123765 or 752936. OLE color: 752936.
HSL color Cylindrical-coordinate representation of color #287D0B: hue angle of 104.74º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #287D0B is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 125 | 11 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.51 |
| HSL | 104.74º | 0.84% | 0.27% | - |
| HSV(B) | 104.74º | 0.91% | 0.49% | - |
| XYZ | 8.27 | 15.14 | 2.8 | - |
| YUV | 86.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 11 | 0.68 | 0 | 0.91 | 0.51 | 104.74 | 0.84 | 0.27 |
| Hex | 28 | 7D | B | 44 | 0 | 5B | 33 | 69 | 54 | 1B |
| Octal | 50 | 175 | 13 | 104 | 0 | 133 | 63 | 151 | 124 | 33 |
| Binary | 101000 | 1111101 | 1011 | 1000100 | 0 | 1011011 | 110011 | 1101001 | 1010100 | 11011 |
Color Harmonies of #287D0B
Complementary color
Monochromatic Colors of #287D0B
Black with #287D0B
Text Example
Text Example
White with #287D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287D0B; }
p { color: rgb(40,125,11); }
H1.HeaderClassName
{
color: #287D0B;
}
.AnyTagClassName
{
color: #287D0B;
}
</style>
background-color css
<style>
a { background-color: #287D0B; }
a { background-color: rgb(40,125,11); }
div.DivClassName
{
background-color: #287D0B;
}
.BgClassName
{
background-color: #287D0B;
}
</style>
border-color css
<style>
span { border-color: #287D0B; }
span { border-color: rgb(40,125,11); }
td.TdClassName
{
border-color: #287D0B;
}
.TagClassName
{
border-color: #287D0B;
}
</style>