Shades of Pigment Green #02C05C
Tints of Pigment Green #02C05C
RGB
CMYK
RGB Variations
Color information
#02C05C (or 0x02C05C) is known color: Pigment Green. HEX triplet: 02, C0 and 5C. RGB value is (2,192,92). Sum of RGB (Red+Green+Blue) = 2+192+92=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #02C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C05C is #FD3FA3. Grayscale: #7C7C7C. Windows color (decimal): -16596900 or 6078466. OLE color: 6078466.
HSL color Cylindrical-coordinate representation of color #02C05C: hue angle of 148.42º 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 #02C05C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 92 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.25 |
| HSL | 148.42º | 0.98% | 0.38% | - |
| HSV(B) | 148.42º | 0.99% | 0.75% | - |
| XYZ | 20.81 | 38.48 | 16.46 | - |
| YUV | 123.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 92 | 0.99 | 0 | 0.52 | 0.25 | 148.42 | 0.98 | 0.38 |
| Hex | 2 | C0 | 5C | 63 | 0 | 34 | 19 | 94 | 62 | 26 |
| Octal | 2 | 300 | 134 | 143 | 0 | 64 | 31 | 224 | 142 | 46 |
| Binary | 10 | 11000000 | 1011100 | 1100011 | 0 | 110100 | 11001 | 10010100 | 1100010 | 100110 |
Color Harmonies of #02C05C
Complementary color
Monochromatic Colors of #02C05C
Black with #02C05C
Text Example
Text Example
White with #02C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C05C; }
p { color: rgb(2,192,92); }
H1.HeaderClassName
{
color: #02C05C;
}
.AnyTagClassName
{
color: #02C05C;
}
</style>
background-color css
<style>
a { background-color: #02C05C; }
a { background-color: rgb(2,192,92); }
div.DivClassName
{
background-color: #02C05C;
}
.BgClassName
{
background-color: #02C05C;
}
</style>
border-color css
<style>
span { border-color: #02C05C; }
span { border-color: rgb(2,192,92); }
td.TdClassName
{
border-color: #02C05C;
}
.TagClassName
{
border-color: #02C05C;
}
</style>