Shades of Green #028C17
Tints of Green #028C17
RGB
CMYK
RGB Variations
Color information
#028C17 (or 0x028C17) is known color: Green. HEX triplet: 02, 8C and 17. RGB value is (2,140,23). Sum of RGB (Red+Green+Blue) = 2+140+23=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 140 (55.08% from 255 or 84.85% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 140 - color contains mainly: green. Hex color #028C17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C17 is #FD73E8. Grayscale: #555555. Windows color (decimal): -16610281 or 1543170. OLE color: 1543170.
HSL color Cylindrical-coordinate representation of color #028C17: hue angle of 129.13º 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 #028C17 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 23 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.45 |
| HSL | 129.13º | 0.97% | 0.28% | - |
| HSV(B) | 129.13º | 0.99% | 0.55% | - |
| XYZ | 9.56 | 18.83 | 3.94 | - |
| YUV | 85.4 | 92.78 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 23 | 0.99 | 0 | 0.84 | 0.45 | 129.13 | 0.97 | 0.28 |
| Hex | 2 | 8C | 17 | 63 | 0 | 54 | 2D | 81 | 61 | 1C |
| Octal | 2 | 214 | 27 | 143 | 0 | 124 | 55 | 201 | 141 | 34 |
| Binary | 10 | 10001100 | 10111 | 1100011 | 0 | 1010100 | 101101 | 10000001 | 1100001 | 11100 |
Color Harmonies of #028C17
Complementary color
Monochromatic Colors of #028C17
Black with #028C17
Text Example
Text Example
White with #028C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C17; }
p { color: rgb(2,140,23); }
H1.HeaderClassName
{
color: #028C17;
}
.AnyTagClassName
{
color: #028C17;
}
</style>
background-color css
<style>
a { background-color: #028C17; }
a { background-color: rgb(2,140,23); }
div.DivClassName
{
background-color: #028C17;
}
.BgClassName
{
background-color: #028C17;
}
</style>
border-color css
<style>
span { border-color: #028C17; }
span { border-color: rgb(2,140,23); }
td.TdClassName
{
border-color: #028C17;
}
.TagClassName
{
border-color: #028C17;
}
</style>