Shades of Forest Green #28881D
Tints of Forest Green #28881D
RGB
CMYK
RGB Variations
Color information
#28881D (or 0x28881D) is known color: Forest Green. HEX triplet: 28, 88 and 1D. RGB value is (40,136,29). Sum of RGB (Red+Green+Blue) = 40+136+29=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #28881D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28881D is #D777E2. Grayscale: #5F5F5F. Windows color (decimal): -14120931 or 1935400. OLE color: 1935400.
HSL color Cylindrical-coordinate representation of color #28881D: hue angle of 113.83º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28881D is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 29 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.47 |
| HSL | 113.83º | 0.65% | 0.32% | - |
| HSV(B) | 113.83º | 0.79% | 0.53% | - |
| XYZ | 9.9 | 18.15 | 4.14 | - |
| YUV | 95.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 29 | 0.71 | 0 | 0.79 | 0.47 | 113.83 | 0.65 | 0.32 |
| Hex | 28 | 88 | 1D | 47 | 0 | 4F | 2F | 72 | 41 | 20 |
| Octal | 50 | 210 | 35 | 107 | 0 | 117 | 57 | 162 | 101 | 40 |
| Binary | 101000 | 10001000 | 11101 | 1000111 | 0 | 1001111 | 101111 | 1110010 | 1000001 | 100000 |
Color Harmonies of #28881D
Complementary color
Monochromatic Colors of #28881D
Black with #28881D
Text Example
Text Example
White with #28881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28881D; }
p { color: rgb(40,136,29); }
H1.HeaderClassName
{
color: #28881D;
}
.AnyTagClassName
{
color: #28881D;
}
</style>
background-color css
<style>
a { background-color: #28881D; }
a { background-color: rgb(40,136,29); }
div.DivClassName
{
background-color: #28881D;
}
.BgClassName
{
background-color: #28881D;
}
</style>
border-color css
<style>
span { border-color: #28881D; }
span { border-color: rgb(40,136,29); }
td.TdClassName
{
border-color: #28881D;
}
.TagClassName
{
border-color: #28881D;
}
</style>