Shades of Pigment Green #02C059
Tints of Pigment Green #02C059
RGB
CMYK
RGB Variations
Color information
#02C059 (or 0x02C059) is known color: Pigment Green. HEX triplet: 02, C0 and 59. RGB value is (2,192,89). Sum of RGB (Red+Green+Blue) = 2+192+89=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #02C059 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C059 is #FD3FA6. Grayscale: #7B7B7B. Windows color (decimal): -16596903 or 5881858. OLE color: 5881858.
HSL color Cylindrical-coordinate representation of color #02C059: hue angle of 147.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C059 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 89 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.25 |
| HSL | 147.47º | 0.98% | 0.38% | - |
| HSV(B) | 147.47º | 0.99% | 0.75% | - |
| XYZ | 20.68 | 38.43 | 15.78 | - |
| YUV | 123.45 | 108.55 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 89 | 0.99 | 0 | 0.54 | 0.25 | 147.47 | 0.98 | 0.38 |
| Hex | 2 | C0 | 59 | 63 | 0 | 36 | 19 | 93 | 62 | 26 |
| Octal | 2 | 300 | 131 | 143 | 0 | 66 | 31 | 223 | 142 | 46 |
| Binary | 10 | 11000000 | 1011001 | 1100011 | 0 | 110110 | 11001 | 10010011 | 1100010 | 100110 |
Color Harmonies of #02C059
Complementary color
Monochromatic Colors of #02C059
Black with #02C059
Text Example
Text Example
White with #02C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C059; }
p { color: rgb(2,192,89); }
H1.HeaderClassName
{
color: #02C059;
}
.AnyTagClassName
{
color: #02C059;
}
</style>
background-color css
<style>
a { background-color: #02C059; }
a { background-color: rgb(2,192,89); }
div.DivClassName
{
background-color: #02C059;
}
.BgClassName
{
background-color: #02C059;
}
</style>
border-color css
<style>
span { border-color: #02C059; }
span { border-color: rgb(2,192,89); }
td.TdClassName
{
border-color: #02C059;
}
.TagClassName
{
border-color: #02C059;
}
</style>