Shades of Dark Pastel Green #02C215
Tints of Dark Pastel Green #02C215
RGB
CMYK
RGB Variations
Color information
#02C215 (or 0x02C215) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 15. RGB value is (2,194,21). Sum of RGB (Red+Green+Blue) = 2+194+21=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 194 (76.17% from 255 or 89.40% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 194 - color contains mainly: green. Hex color #02C215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C215 is #FD3DEA. Grayscale: #757575. Windows color (decimal): -16596459 or 1425922. OLE color: 1425922.
HSL color Cylindrical-coordinate representation of color #02C215: hue angle of 125.94º 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 #02C215 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 21 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.24 |
| HSL | 125.94º | 0.98% | 0.38% | - |
| HSV(B) | 125.94º | 0.99% | 0.76% | - |
| XYZ | 19.45 | 38.65 | 7.14 | - |
| YUV | 116.87 | 73.89 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 21 | 0.99 | 0 | 0.89 | 0.24 | 125.94 | 0.98 | 0.38 |
| Hex | 2 | C2 | 15 | 63 | 0 | 59 | 18 | 7E | 62 | 26 |
| Octal | 2 | 302 | 25 | 143 | 0 | 131 | 30 | 176 | 142 | 46 |
| Binary | 10 | 11000010 | 10101 | 1100011 | 0 | 1011001 | 11000 | 1111110 | 1100010 | 100110 |
Color Harmonies of #02C215
Complementary color
Monochromatic Colors of #02C215
Black with #02C215
Text Example
Text Example
White with #02C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C215; }
p { color: rgb(2,194,21); }
H1.HeaderClassName
{
color: #02C215;
}
.AnyTagClassName
{
color: #02C215;
}
</style>
background-color css
<style>
a { background-color: #02C215; }
a { background-color: rgb(2,194,21); }
div.DivClassName
{
background-color: #02C215;
}
.BgClassName
{
background-color: #02C215;
}
</style>
border-color css
<style>
span { border-color: #02C215; }
span { border-color: rgb(2,194,21); }
td.TdClassName
{
border-color: #02C215;
}
.TagClassName
{
border-color: #02C215;
}
</style>