Shades of Green #028602
Tints of Green #028602
RGB
CMYK
RGB Variations
Color information
#028602 (or 0x028602) is known color: Green. HEX triplet: 02, 86 and 02. RGB value is (2,134,2). Sum of RGB (Red+Green+Blue) = 2+134+2=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 134 (52.73% from 255 or 97.10% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 134 - color contains mainly: green. Hex color #028602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028602 is #FD79FD. Grayscale: #4F4F4F. Windows color (decimal): -16611838 or 165378. OLE color: 165378.
HSL color Cylindrical-coordinate representation of color #028602: hue angle of 120º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028602 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.47 |
| HSL | 120º | 0.97% | 0.27% | - |
| HSV(B) | 120º | 0.99% | 0.53% | - |
| XYZ | 8.56 | 17.07 | 2.9 | - |
| YUV | 79.48 | 84.27 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 2 | 0.99 | 0 | 0.99 | 0.47 | 120 | 0.97 | 0.27 |
| Hex | 2 | 86 | 2 | 63 | 0 | 63 | 2F | 78 | 61 | 1B |
| Octal | 2 | 206 | 2 | 143 | 0 | 143 | 57 | 170 | 141 | 33 |
| Binary | 10 | 10000110 | 10 | 1100011 | 0 | 1100011 | 101111 | 1111000 | 1100001 | 11011 |
Color Harmonies of #028602
Complementary color
Monochromatic Colors of #028602
Black with #028602
Text Example
Text Example
White with #028602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028602; }
p { color: rgb(2,134,2); }
H1.HeaderClassName
{
color: #028602;
}
.AnyTagClassName
{
color: #028602;
}
</style>
background-color css
<style>
a { background-color: #028602; }
a { background-color: rgb(2,134,2); }
div.DivClassName
{
background-color: #028602;
}
.BgClassName
{
background-color: #028602;
}
</style>
border-color css
<style>
span { border-color: #028602; }
span { border-color: rgb(2,134,2); }
td.TdClassName
{
border-color: #028602;
}
.TagClassName
{
border-color: #028602;
}
</style>