Shades of Dark Pastel Green #02C717
Tints of Dark Pastel Green #02C717
RGB
CMYK
RGB Variations
Color information
#02C717 (or 0x02C717) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 17. RGB value is (2,199,23). Sum of RGB (Red+Green+Blue) = 2+199+23=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 199 (78.12% from 255 or 88.84% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 199 - color contains mainly: green. Hex color #02C717 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C717 is #FD38E8. Grayscale: #787878. Windows color (decimal): -16595177 or 1558274. OLE color: 1558274.
HSL color Cylindrical-coordinate representation of color #02C717: hue angle of 126.4º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C717 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 23 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.22 |
| HSL | 126.4º | 0.98% | 0.39% | - |
| HSV(B) | 126.4º | 0.99% | 0.78% | - |
| XYZ | 20.6 | 40.92 | 7.62 | - |
| YUV | 120.03 | 73.23 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 23 | 0.99 | 0 | 0.88 | 0.22 | 126.4 | 0.98 | 0.39 |
| Hex | 2 | C7 | 17 | 63 | 0 | 58 | 16 | 7E | 62 | 27 |
| Octal | 2 | 307 | 27 | 143 | 0 | 130 | 26 | 176 | 142 | 47 |
| Binary | 10 | 11000111 | 10111 | 1100011 | 0 | 1011000 | 10110 | 1111110 | 1100010 | 100111 |
Color Harmonies of #02C717
Complementary color
Monochromatic Colors of #02C717
Black with #02C717
Text Example
Text Example
White with #02C717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C717; }
p { color: rgb(2,199,23); }
H1.HeaderClassName
{
color: #02C717;
}
.AnyTagClassName
{
color: #02C717;
}
</style>
background-color css
<style>
a { background-color: #02C717; }
a { background-color: rgb(2,199,23); }
div.DivClassName
{
background-color: #02C717;
}
.BgClassName
{
background-color: #02C717;
}
</style>
border-color css
<style>
span { border-color: #02C717; }
span { border-color: rgb(2,199,23); }
td.TdClassName
{
border-color: #02C717;
}
.TagClassName
{
border-color: #02C717;
}
</style>