Shades of Dark Pastel Green #02C119
Tints of Dark Pastel Green #02C119
RGB
CMYK
RGB Variations
Color information
#02C119 (or 0x02C119) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 19. RGB value is (2,193,25). Sum of RGB (Red+Green+Blue) = 2+193+25=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 193 (75.78% from 255 or 87.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 193 - color contains mainly: green. Hex color #02C119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C119 is #FD3EE6. Grayscale: #757575. Windows color (decimal): -16596711 or 1687810. OLE color: 1687810.
HSL color Cylindrical-coordinate representation of color #02C119: hue angle of 127.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C119 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 25 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.24 |
| HSL | 127.23º | 0.98% | 0.38% | - |
| HSV(B) | 127.23º | 0.99% | 0.76% | - |
| XYZ | 19.27 | 38.22 | 7.28 | - |
| YUV | 116.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 25 | 0.99 | 0 | 0.87 | 0.24 | 127.23 | 0.98 | 0.38 |
| Hex | 2 | C1 | 19 | 63 | 0 | 57 | 18 | 7F | 62 | 26 |
| Octal | 2 | 301 | 31 | 143 | 0 | 127 | 30 | 177 | 142 | 46 |
| Binary | 10 | 11000001 | 11001 | 1100011 | 0 | 1010111 | 11000 | 1111111 | 1100010 | 100110 |
Color Harmonies of #02C119
Complementary color
Monochromatic Colors of #02C119
Black with #02C119
Text Example
Text Example
White with #02C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C119; }
p { color: rgb(2,193,25); }
H1.HeaderClassName
{
color: #02C119;
}
.AnyTagClassName
{
color: #02C119;
}
</style>
background-color css
<style>
a { background-color: #02C119; }
a { background-color: rgb(2,193,25); }
div.DivClassName
{
background-color: #02C119;
}
.BgClassName
{
background-color: #02C119;
}
</style>
border-color css
<style>
span { border-color: #02C119; }
span { border-color: rgb(2,193,25); }
td.TdClassName
{
border-color: #02C119;
}
.TagClassName
{
border-color: #02C119;
}
</style>