Shades of Forest Green #28781C
Tints of Forest Green #28781C
RGB
CMYK
RGB Variations
Color information
#28781C (or 0x28781C) is known color: Forest Green. HEX triplet: 28, 78 and 1C. RGB value is (40,120,28). Sum of RGB (Red+Green+Blue) = 40+120+28=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #28781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28781C is #D787E3. Grayscale: #555555. Windows color (decimal): -14125028 or 1865768. OLE color: 1865768.
HSL color Cylindrical-coordinate representation of color #28781C: hue angle of 112.17º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28781C is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 28 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.53 |
| HSL | 112.17º | 0.62% | 0.29% | - |
| HSV(B) | 112.17º | 0.77% | 0.47% | - |
| XYZ | 7.8 | 13.97 | 3.38 | - |
| YUV | 85.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 28 | 0.67 | 0 | 0.77 | 0.53 | 112.17 | 0.62 | 0.29 |
| Hex | 28 | 78 | 1C | 43 | 0 | 4D | 35 | 70 | 3E | 1D |
| Octal | 50 | 170 | 34 | 103 | 0 | 115 | 65 | 160 | 76 | 35 |
| Binary | 101000 | 1111000 | 11100 | 1000011 | 0 | 1001101 | 110101 | 1110000 | 111110 | 11101 |
Color Harmonies of #28781C
Complementary color
Monochromatic Colors of #28781C
Black with #28781C
Text Example
Text Example
White with #28781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28781C; }
p { color: rgb(40,120,28); }
H1.HeaderClassName
{
color: #28781C;
}
.AnyTagClassName
{
color: #28781C;
}
</style>
background-color css
<style>
a { background-color: #28781C; }
a { background-color: rgb(40,120,28); }
div.DivClassName
{
background-color: #28781C;
}
.BgClassName
{
background-color: #28781C;
}
</style>
border-color css
<style>
span { border-color: #28781C; }
span { border-color: rgb(40,120,28); }
td.TdClassName
{
border-color: #28781C;
}
.TagClassName
{
border-color: #28781C;
}
</style>