Shades of Green #028C05
Tints of Green #028C05
RGB
CMYK
RGB Variations
Color information
#028C05 (or 0x028C05) is known color: Green. HEX triplet: 02, 8C and 05. RGB value is (2,140,5). Sum of RGB (Red+Green+Blue) = 2+140+5=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 140 (55.08% from 255 or 95.24% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 140 - color contains mainly: green. Hex color #028C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C05 is #FD73FA. Grayscale: #535353. Windows color (decimal): -16610299 or 363522. OLE color: 363522.
HSL color Cylindrical-coordinate representation of color #028C05: hue angle of 121.3º 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 #028C05 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 5 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.45 |
| HSL | 121.3º | 0.97% | 0.28% | - |
| HSV(B) | 121.3º | 0.99% | 0.55% | - |
| XYZ | 9.43 | 18.78 | 3.27 | - |
| YUV | 83.35 | 83.78 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 5 | 0.99 | 0 | 0.96 | 0.45 | 121.3 | 0.97 | 0.28 |
| Hex | 2 | 8C | 5 | 63 | 0 | 60 | 2D | 79 | 61 | 1C |
| Octal | 2 | 214 | 5 | 143 | 0 | 140 | 55 | 171 | 141 | 34 |
| Binary | 10 | 10001100 | 101 | 1100011 | 0 | 1100000 | 101101 | 1111001 | 1100001 | 11100 |
Color Harmonies of #028C05
Complementary color
Monochromatic Colors of #028C05
Black with #028C05
Text Example
Text Example
White with #028C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C05; }
p { color: rgb(2,140,5); }
H1.HeaderClassName
{
color: #028C05;
}
.AnyTagClassName
{
color: #028C05;
}
</style>
background-color css
<style>
a { background-color: #028C05; }
a { background-color: rgb(2,140,5); }
div.DivClassName
{
background-color: #028C05;
}
.BgClassName
{
background-color: #028C05;
}
</style>
border-color css
<style>
span { border-color: #028C05; }
span { border-color: rgb(2,140,5); }
td.TdClassName
{
border-color: #028C05;
}
.TagClassName
{
border-color: #028C05;
}
</style>