Shades of Forest Green #28880B
Tints of Forest Green #28880B
RGB
CMYK
RGB Variations
Color information
#28880B (or 0x28880B) is known color: Forest Green. HEX triplet: 28, 88 and 0B. RGB value is (40,136,11). Sum of RGB (Red+Green+Blue) = 40+136+11=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #28880B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28880B is #D777F4. Grayscale: #5D5D5D. Windows color (decimal): -14120949 or 755752. OLE color: 755752.
HSL color Cylindrical-coordinate representation of color #28880B: hue angle of 106.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28880B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 11 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.47 |
| HSL | 106.08º | 0.85% | 0.29% | - |
| HSV(B) | 106.08º | 0.92% | 0.53% | - |
| XYZ | 9.74 | 18.08 | 3.29 | - |
| YUV | 93.05 | 81.7 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 11 | 0.71 | 0 | 0.92 | 0.47 | 106.08 | 0.85 | 0.29 |
| Hex | 28 | 88 | B | 47 | 0 | 5C | 2F | 6A | 55 | 1D |
| Octal | 50 | 210 | 13 | 107 | 0 | 134 | 57 | 152 | 125 | 35 |
| Binary | 101000 | 10001000 | 1011 | 1000111 | 0 | 1011100 | 101111 | 1101010 | 1010101 | 11101 |
Color Harmonies of #28880B
Complementary color
Monochromatic Colors of #28880B
Black with #28880B
Text Example
Text Example
White with #28880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28880B; }
p { color: rgb(40,136,11); }
H1.HeaderClassName
{
color: #28880B;
}
.AnyTagClassName
{
color: #28880B;
}
</style>
background-color css
<style>
a { background-color: #28880B; }
a { background-color: rgb(40,136,11); }
div.DivClassName
{
background-color: #28880B;
}
.BgClassName
{
background-color: #28880B;
}
</style>
border-color css
<style>
span { border-color: #28880B; }
span { border-color: rgb(40,136,11); }
td.TdClassName
{
border-color: #28880B;
}
.TagClassName
{
border-color: #28880B;
}
</style>