Shades of Forest Green #028D2E
Tints of Forest Green #028D2E
RGB
CMYK
RGB Variations
Color information
#028D2E (or 0x028D2E) is known color: Forest Green. HEX triplet: 02, 8D and 2E. RGB value is (2,141,46). Sum of RGB (Red+Green+Blue) = 2+141+46=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 141 (55.47% from 255 or 74.60% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 141 - color contains mainly: green. Hex color #028D2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D2E is #FD72D1. Grayscale: #585858. Windows color (decimal): -16610002 or 3050754. OLE color: 3050754.
HSL color Cylindrical-coordinate representation of color #028D2E: hue angle of 138.99º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D2E is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 46 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.45 |
| HSL | 138.99º | 0.97% | 0.28% | - |
| HSV(B) | 138.99º | 0.99% | 0.55% | - |
| XYZ | 10.04 | 19.26 | 5.77 | - |
| YUV | 88.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 46 | 0.99 | 0 | 0.67 | 0.45 | 138.99 | 0.97 | 0.28 |
| Hex | 2 | 8D | 2E | 63 | 0 | 43 | 2D | 8B | 61 | 1C |
| Octal | 2 | 215 | 56 | 143 | 0 | 103 | 55 | 213 | 141 | 34 |
| Binary | 10 | 10001101 | 101110 | 1100011 | 0 | 1000011 | 101101 | 10001011 | 1100001 | 11100 |
Color Harmonies of #028D2E
Complementary color
Monochromatic Colors of #028D2E
Black with #028D2E
Text Example
Text Example
White with #028D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D2E; }
p { color: rgb(2,141,46); }
H1.HeaderClassName
{
color: #028D2E;
}
.AnyTagClassName
{
color: #028D2E;
}
</style>
background-color css
<style>
a { background-color: #028D2E; }
a { background-color: rgb(2,141,46); }
div.DivClassName
{
background-color: #028D2E;
}
.BgClassName
{
background-color: #028D2E;
}
</style>
border-color css
<style>
span { border-color: #028D2E; }
span { border-color: rgb(2,141,46); }
td.TdClassName
{
border-color: #028D2E;
}
.TagClassName
{
border-color: #028D2E;
}
</style>