Shades of Dark Pastel Green #02C221
Tints of Dark Pastel Green #02C221
RGB
CMYK
RGB Variations
Color information
#02C221 (or 0x02C221) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 21. RGB value is (2,194,33). Sum of RGB (Red+Green+Blue) = 2+194+33=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 194 (76.17% from 255 or 84.72% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 194 - color contains mainly: green. Hex color #02C221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C221 is #FD3DDE. Grayscale: #767676. Windows color (decimal): -16596447 or 2212354. OLE color: 2212354.
HSL color Cylindrical-coordinate representation of color #02C221: hue angle of 129.69º 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 #02C221 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 33 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.24 |
| HSL | 129.69º | 0.98% | 0.38% | - |
| HSV(B) | 129.69º | 0.99% | 0.76% | - |
| XYZ | 19.59 | 38.71 | 7.88 | - |
| YUV | 118.24 | 79.89 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 33 | 0.99 | 0 | 0.83 | 0.24 | 129.69 | 0.98 | 0.38 |
| Hex | 2 | C2 | 21 | 63 | 0 | 53 | 18 | 82 | 62 | 26 |
| Octal | 2 | 302 | 41 | 143 | 0 | 123 | 30 | 202 | 142 | 46 |
| Binary | 10 | 11000010 | 100001 | 1100011 | 0 | 1010011 | 11000 | 10000010 | 1100010 | 100110 |
Color Harmonies of #02C221
Complementary color
Monochromatic Colors of #02C221
Black with #02C221
Text Example
Text Example
White with #02C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C221; }
p { color: rgb(2,194,33); }
H1.HeaderClassName
{
color: #02C221;
}
.AnyTagClassName
{
color: #02C221;
}
</style>
background-color css
<style>
a { background-color: #02C221; }
a { background-color: rgb(2,194,33); }
div.DivClassName
{
background-color: #02C221;
}
.BgClassName
{
background-color: #02C221;
}
</style>
border-color css
<style>
span { border-color: #02C221; }
span { border-color: rgb(2,194,33); }
td.TdClassName
{
border-color: #02C221;
}
.TagClassName
{
border-color: #02C221;
}
</style>