Shades of Forest Green #28881B
Tints of Forest Green #28881B
RGB
CMYK
RGB Variations
Color information
#28881B (or 0x28881B) is known color: Forest Green. HEX triplet: 28, 88 and 1B. RGB value is (40,136,27). Sum of RGB (Red+Green+Blue) = 40+136+27=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #28881B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28881B is #D777E4. Grayscale: #5F5F5F. Windows color (decimal): -14120933 or 1804328. OLE color: 1804328.
HSL color Cylindrical-coordinate representation of color #28881B: hue angle of 112.84º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28881B is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 27 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.47 |
| HSL | 112.84º | 0.67% | 0.32% | - |
| HSV(B) | 112.84º | 0.8% | 0.53% | - |
| XYZ | 9.88 | 18.14 | 4.02 | - |
| YUV | 94.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 27 | 0.71 | 0 | 0.80 | 0.47 | 112.84 | 0.67 | 0.32 |
| Hex | 28 | 88 | 1B | 47 | 0 | 50 | 2F | 71 | 43 | 20 |
| Octal | 50 | 210 | 33 | 107 | 0 | 120 | 57 | 161 | 103 | 40 |
| Binary | 101000 | 10001000 | 11011 | 1000111 | 0 | 1010000 | 101111 | 1110001 | 1000011 | 100000 |
Color Harmonies of #28881B
Complementary color
Monochromatic Colors of #28881B
Black with #28881B
Text Example
Text Example
White with #28881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28881B; }
p { color: rgb(40,136,27); }
H1.HeaderClassName
{
color: #28881B;
}
.AnyTagClassName
{
color: #28881B;
}
</style>
background-color css
<style>
a { background-color: #28881B; }
a { background-color: rgb(40,136,27); }
div.DivClassName
{
background-color: #28881B;
}
.BgClassName
{
background-color: #28881B;
}
</style>
border-color css
<style>
span { border-color: #28881B; }
span { border-color: rgb(40,136,27); }
td.TdClassName
{
border-color: #28881B;
}
.TagClassName
{
border-color: #28881B;
}
</style>