Shades of Forest Green #028D2A
Tints of Forest Green #028D2A
RGB
CMYK
RGB Variations
Color information
#028D2A (or 0x028D2A) is known color: Forest Green. HEX triplet: 02, 8D and 2A. RGB value is (2,141,42). Sum of RGB (Red+Green+Blue) = 2+141+42=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 141 (55.47% from 255 or 76.22% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 141 - color contains mainly: green. Hex color #028D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D2A is #FD72D5. Grayscale: #585858. Windows color (decimal): -16610006 or 2788610. OLE color: 2788610.
HSL color Cylindrical-coordinate representation of color #028D2A: hue angle of 137.27º 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 #028D2A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 42 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.45 |
| HSL | 137.27º | 0.97% | 0.28% | - |
| HSV(B) | 137.27º | 0.99% | 0.55% | - |
| XYZ | 9.97 | 19.23 | 5.38 | - |
| YUV | 88.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 42 | 0.99 | 0 | 0.70 | 0.45 | 137.27 | 0.97 | 0.28 |
| Hex | 2 | 8D | 2A | 63 | 0 | 46 | 2D | 89 | 61 | 1C |
| Octal | 2 | 215 | 52 | 143 | 0 | 106 | 55 | 211 | 141 | 34 |
| Binary | 10 | 10001101 | 101010 | 1100011 | 0 | 1000110 | 101101 | 10001001 | 1100001 | 11100 |
Color Harmonies of #028D2A
Complementary color
Monochromatic Colors of #028D2A
Black with #028D2A
Text Example
Text Example
White with #028D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D2A; }
p { color: rgb(2,141,42); }
H1.HeaderClassName
{
color: #028D2A;
}
.AnyTagClassName
{
color: #028D2A;
}
</style>
background-color css
<style>
a { background-color: #028D2A; }
a { background-color: rgb(2,141,42); }
div.DivClassName
{
background-color: #028D2A;
}
.BgClassName
{
background-color: #028D2A;
}
</style>
border-color css
<style>
span { border-color: #028D2A; }
span { border-color: rgb(2,141,42); }
td.TdClassName
{
border-color: #028D2A;
}
.TagClassName
{
border-color: #028D2A;
}
</style>