Shades of Forest Green #28980B
Tints of Forest Green #28980B
RGB
CMYK
RGB Variations
Color information
#28980B (or 0x28980B) is known color: Forest Green. HEX triplet: 28, 98 and 0B. RGB value is (40,152,11). Sum of RGB (Red+Green+Blue) = 40+152+11=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 152 (59.77% from 255 or 74.88% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 152 - color contains mainly: green. Hex color #28980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28980B is #D767F4. Grayscale: #666666. Windows color (decimal): -14116853 or 759848. OLE color: 759848.
HSL color Cylindrical-coordinate representation of color #28980B: hue angle of 107.66º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28980B is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 11 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.40 |
| HSL | 107.66º | 0.87% | 0.32% | - |
| HSV(B) | 107.66º | 0.93% | 0.6% | - |
| XYZ | 12.16 | 22.93 | 4.1 | - |
| YUV | 102.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 11 | 0.74 | 0 | 0.93 | 0.40 | 107.66 | 0.87 | 0.32 |
| Hex | 28 | 98 | B | 4A | 0 | 5D | 28 | 6C | 57 | 20 |
| Octal | 50 | 230 | 13 | 112 | 0 | 135 | 50 | 154 | 127 | 40 |
| Binary | 101000 | 10011000 | 1011 | 1001010 | 0 | 1011101 | 101000 | 1101100 | 1010111 | 100000 |
Color Harmonies of #28980B
Complementary color
Monochromatic Colors of #28980B
Black with #28980B
Text Example
Text Example
White with #28980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28980B; }
p { color: rgb(40,152,11); }
H1.HeaderClassName
{
color: #28980B;
}
.AnyTagClassName
{
color: #28980B;
}
</style>
background-color css
<style>
a { background-color: #28980B; }
a { background-color: rgb(40,152,11); }
div.DivClassName
{
background-color: #28980B;
}
.BgClassName
{
background-color: #28980B;
}
</style>
border-color css
<style>
span { border-color: #28980B; }
span { border-color: rgb(40,152,11); }
td.TdClassName
{
border-color: #28980B;
}
.TagClassName
{
border-color: #28980B;
}
</style>