Shades of Forest Green #028C2B
Tints of Forest Green #028C2B
RGB
CMYK
RGB Variations
Color information
#028C2B (or 0x028C2B) is known color: Forest Green. HEX triplet: 02, 8C and 2B. RGB value is (2,140,43). Sum of RGB (Red+Green+Blue) = 2+140+43=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 140 (55.08% from 255 or 75.68% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 140 - color contains mainly: green. Hex color #028C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C2B is #FD73D4. Grayscale: #575757. Windows color (decimal): -16610261 or 2853890. OLE color: 2853890.
HSL color Cylindrical-coordinate representation of color #028C2B: hue angle of 137.83º 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 #028C2B is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 43 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.45 |
| HSL | 137.83º | 0.97% | 0.28% | - |
| HSV(B) | 137.83º | 0.99% | 0.55% | - |
| XYZ | 9.84 | 18.94 | 5.42 | - |
| YUV | 87.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 43 | 0.99 | 0 | 0.69 | 0.45 | 137.83 | 0.97 | 0.28 |
| Hex | 2 | 8C | 2B | 63 | 0 | 45 | 2D | 8A | 61 | 1C |
| Octal | 2 | 214 | 53 | 143 | 0 | 105 | 55 | 212 | 141 | 34 |
| Binary | 10 | 10001100 | 101011 | 1100011 | 0 | 1000101 | 101101 | 10001010 | 1100001 | 11100 |
Color Harmonies of #028C2B
Complementary color
Monochromatic Colors of #028C2B
Black with #028C2B
Text Example
Text Example
White with #028C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C2B; }
p { color: rgb(2,140,43); }
H1.HeaderClassName
{
color: #028C2B;
}
.AnyTagClassName
{
color: #028C2B;
}
</style>
background-color css
<style>
a { background-color: #028C2B; }
a { background-color: rgb(2,140,43); }
div.DivClassName
{
background-color: #028C2B;
}
.BgClassName
{
background-color: #028C2B;
}
</style>
border-color css
<style>
span { border-color: #028C2B; }
span { border-color: rgb(2,140,43); }
td.TdClassName
{
border-color: #028C2B;
}
.TagClassName
{
border-color: #028C2B;
}
</style>