Shades of Dark Pastel Green #02C219
Tints of Dark Pastel Green #02C219
RGB
CMYK
RGB Variations
Color information
#02C219 (or 0x02C219) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 19. RGB value is (2,194,25). Sum of RGB (Red+Green+Blue) = 2+194+25=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 194 (76.17% from 255 or 87.78% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 194 - color contains mainly: green. Hex color #02C219 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C219 is #FD3DE6. Grayscale: #757575. Windows color (decimal): -16596455 or 1688066. OLE color: 1688066.
HSL color Cylindrical-coordinate representation of color #02C219: hue angle of 127.19º 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 #02C219 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 25 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.24 |
| HSL | 127.19º | 0.98% | 0.38% | - |
| HSV(B) | 127.19º | 0.99% | 0.76% | - |
| XYZ | 19.49 | 38.67 | 7.36 | - |
| YUV | 117.33 | 75.89 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 25 | 0.99 | 0 | 0.87 | 0.24 | 127.19 | 0.98 | 0.38 |
| Hex | 2 | C2 | 19 | 63 | 0 | 57 | 18 | 7F | 62 | 26 |
| Octal | 2 | 302 | 31 | 143 | 0 | 127 | 30 | 177 | 142 | 46 |
| Binary | 10 | 11000010 | 11001 | 1100011 | 0 | 1010111 | 11000 | 1111111 | 1100010 | 100110 |
Color Harmonies of #02C219
Complementary color
Monochromatic Colors of #02C219
Black with #02C219
Text Example
Text Example
White with #02C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C219; }
p { color: rgb(2,194,25); }
H1.HeaderClassName
{
color: #02C219;
}
.AnyTagClassName
{
color: #02C219;
}
</style>
background-color css
<style>
a { background-color: #02C219; }
a { background-color: rgb(2,194,25); }
div.DivClassName
{
background-color: #02C219;
}
.BgClassName
{
background-color: #02C219;
}
</style>
border-color css
<style>
span { border-color: #02C219; }
span { border-color: rgb(2,194,25); }
td.TdClassName
{
border-color: #02C219;
}
.TagClassName
{
border-color: #02C219;
}
</style>