Shades of Forest Green #28872C
Tints of Forest Green #28872C
RGB
CMYK
RGB Variations
Color information
#28872C (or 0x28872C) is known color: Forest Green. HEX triplet: 28, 87 and 2C. RGB value is (40,135,44). Sum of RGB (Red+Green+Blue) = 40+135+44=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #28872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28872C is #D778D3. Grayscale: #606060. Windows color (decimal): -14121172 or 2918184. OLE color: 2918184.
HSL color Cylindrical-coordinate representation of color #28872C: hue angle of 122.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28872C is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 44 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.47 |
| HSL | 122.53º | 0.54% | 0.34% | - |
| HSV(B) | 122.53º | 0.7% | 0.53% | - |
| XYZ | 9.99 | 17.96 | 5.32 | - |
| YUV | 96.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 44 | 0.70 | 0 | 0.67 | 0.47 | 122.53 | 0.54 | 0.34 |
| Hex | 28 | 87 | 2C | 46 | 0 | 43 | 2F | 7B | 36 | 22 |
| Octal | 50 | 207 | 54 | 106 | 0 | 103 | 57 | 173 | 66 | 42 |
| Binary | 101000 | 10000111 | 101100 | 1000110 | 0 | 1000011 | 101111 | 1111011 | 110110 | 100010 |
Color Harmonies of #28872C
Complementary color
Monochromatic Colors of #28872C
Black with #28872C
Text Example
Text Example
White with #28872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28872C; }
p { color: rgb(40,135,44); }
H1.HeaderClassName
{
color: #28872C;
}
.AnyTagClassName
{
color: #28872C;
}
</style>
background-color css
<style>
a { background-color: #28872C; }
a { background-color: rgb(40,135,44); }
div.DivClassName
{
background-color: #28872C;
}
.BgClassName
{
background-color: #28872C;
}
</style>
border-color css
<style>
span { border-color: #28872C; }
span { border-color: rgb(40,135,44); }
td.TdClassName
{
border-color: #28872C;
}
.TagClassName
{
border-color: #28872C;
}
</style>