Shades of Dark Pastel Green #02C017
Tints of Dark Pastel Green #02C017
RGB
CMYK
RGB Variations
Color information
#02C017 (or 0x02C017) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 17. RGB value is (2,192,23). Sum of RGB (Red+Green+Blue) = 2+192+23=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #02C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C017 is #FD3FE8. Grayscale: #747474. Windows color (decimal): -16596969 or 1556482. OLE color: 1556482.
HSL color Cylindrical-coordinate representation of color #02C017: hue angle of 126.63º 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 #02C017 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 23 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.25 |
| HSL | 126.63º | 0.98% | 0.38% | - |
| HSV(B) | 126.63º | 0.99% | 0.75% | - |
| XYZ | 19.03 | 37.77 | 7.1 | - |
| YUV | 115.92 | 75.55 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 23 | 0.99 | 0 | 0.88 | 0.25 | 126.63 | 0.98 | 0.38 |
| Hex | 2 | C0 | 17 | 63 | 0 | 58 | 19 | 7F | 62 | 26 |
| Octal | 2 | 300 | 27 | 143 | 0 | 130 | 31 | 177 | 142 | 46 |
| Binary | 10 | 11000000 | 10111 | 1100011 | 0 | 1011000 | 11001 | 1111111 | 1100010 | 100110 |
Color Harmonies of #02C017
Complementary color
Monochromatic Colors of #02C017
Black with #02C017
Text Example
Text Example
White with #02C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C017; }
p { color: rgb(2,192,23); }
H1.HeaderClassName
{
color: #02C017;
}
.AnyTagClassName
{
color: #02C017;
}
</style>
background-color css
<style>
a { background-color: #02C017; }
a { background-color: rgb(2,192,23); }
div.DivClassName
{
background-color: #02C017;
}
.BgClassName
{
background-color: #02C017;
}
</style>
border-color css
<style>
span { border-color: #02C017; }
span { border-color: rgb(2,192,23); }
td.TdClassName
{
border-color: #02C017;
}
.TagClassName
{
border-color: #02C017;
}
</style>