Shades of Dark Pastel Green #02C917
Tints of Dark Pastel Green #02C917
RGB
CMYK
RGB Variations
Color information
#02C917 (or 0x02C917) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 17. RGB value is (2,201,23). Sum of RGB (Red+Green+Blue) = 2+201+23=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 201 (78.91% from 255 or 88.94% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 201 - color contains mainly: green. Hex color #02C917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C917 is #FD36E8. Grayscale: #797979. Windows color (decimal): -16594665 or 1558786. OLE color: 1558786.
HSL color Cylindrical-coordinate representation of color #02C917: hue angle of 126.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C917 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.21 |
| HSL | 126.33º | 0.98% | 0.4% | - |
| HSV(B) | 126.33º | 0.99% | 0.79% | - |
| XYZ | 21.07 | 41.85 | 7.78 | - |
| YUV | 121.21 | 72.57 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 23 | 0.99 | 0 | 0.89 | 0.21 | 126.33 | 0.98 | 0.4 |
| Hex | 2 | C9 | 17 | 63 | 0 | 59 | 15 | 7E | 62 | 28 |
| Octal | 2 | 311 | 27 | 143 | 0 | 131 | 25 | 176 | 142 | 50 |
| Binary | 10 | 11001001 | 10111 | 1100011 | 0 | 1011001 | 10101 | 1111110 | 1100010 | 101000 |
Color Harmonies of #02C917
Complementary color
Monochromatic Colors of #02C917
Black with #02C917
Text Example
Text Example
White with #02C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C917; }
p { color: rgb(2,201,23); }
H1.HeaderClassName
{
color: #02C917;
}
.AnyTagClassName
{
color: #02C917;
}
</style>
background-color css
<style>
a { background-color: #02C917; }
a { background-color: rgb(2,201,23); }
div.DivClassName
{
background-color: #02C917;
}
.BgClassName
{
background-color: #02C917;
}
</style>
border-color css
<style>
span { border-color: #02C917; }
span { border-color: rgb(2,201,23); }
td.TdClassName
{
border-color: #02C917;
}
.TagClassName
{
border-color: #02C917;
}
</style>