Shades of Forest Green #28771C
Tints of Forest Green #28771C
RGB
CMYK
RGB Variations
Color information
#28771C (or 0x28771C) is known color: Forest Green. HEX triplet: 28, 77 and 1C. RGB value is (40,119,28). Sum of RGB (Red+Green+Blue) = 40+119+28=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #28771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28771C is #D788E3. Grayscale: #555555. Windows color (decimal): -14125284 or 1865512. OLE color: 1865512.
HSL color Cylindrical-coordinate representation of color #28771C: hue angle of 112.09º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28771C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 119 | 28 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.53 |
| HSL | 112.09º | 0.62% | 0.29% | - |
| HSV(B) | 112.09º | 0.76% | 0.47% | - |
| XYZ | 7.68 | 13.73 | 3.34 | - |
| YUV | 85.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 28 | 0.66 | 0 | 0.76 | 0.53 | 112.09 | 0.62 | 0.29 |
| Hex | 28 | 77 | 1C | 42 | 0 | 4C | 35 | 70 | 3E | 1D |
| Octal | 50 | 167 | 34 | 102 | 0 | 114 | 65 | 160 | 76 | 35 |
| Binary | 101000 | 1110111 | 11100 | 1000010 | 0 | 1001100 | 110101 | 1110000 | 111110 | 11101 |
Color Harmonies of #28771C
Complementary color
Monochromatic Colors of #28771C
Black with #28771C
Text Example
Text Example
White with #28771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28771C; }
p { color: rgb(40,119,28); }
H1.HeaderClassName
{
color: #28771C;
}
.AnyTagClassName
{
color: #28771C;
}
</style>
background-color css
<style>
a { background-color: #28771C; }
a { background-color: rgb(40,119,28); }
div.DivClassName
{
background-color: #28771C;
}
.BgClassName
{
background-color: #28771C;
}
</style>
border-color css
<style>
span { border-color: #28771C; }
span { border-color: rgb(40,119,28); }
td.TdClassName
{
border-color: #28771C;
}
.TagClassName
{
border-color: #28771C;
}
</style>