Shades of Dark Pastel Green #02D220
Tints of Dark Pastel Green #02D220
RGB
CMYK
RGB Variations
Color information
#02D220 (or 0x02D220) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 20. RGB value is (2,210,32). Sum of RGB (Red+Green+Blue) = 2+210+32=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 210 (82.42% from 255 or 86.07% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 210 - color contains mainly: green. Hex color #02D220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D220 is #FD2DDF. Grayscale: #808080. Windows color (decimal): -16592352 or 2150914. OLE color: 2150914.
HSL color Cylindrical-coordinate representation of color #02D220: hue angle of 128.65º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D220 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 32 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.18 |
| HSL | 128.65º | 0.98% | 0.42% | - |
| HSV(B) | 128.65º | 0.99% | 0.82% | - |
| XYZ | 23.33 | 46.21 | 9.06 | - |
| YUV | 127.52 | 74.09 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 32 | 0.99 | 0 | 0.85 | 0.18 | 128.65 | 0.98 | 0.42 |
| Hex | 2 | D2 | 20 | 63 | 0 | 55 | 12 | 81 | 62 | 2A |
| Octal | 2 | 322 | 40 | 143 | 0 | 125 | 22 | 201 | 142 | 52 |
| Binary | 10 | 11010010 | 100000 | 1100011 | 0 | 1010101 | 10010 | 10000001 | 1100010 | 101010 |
Color Harmonies of #02D220
Complementary color
Monochromatic Colors of #02D220
Black with #02D220
Text Example
Text Example
White with #02D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D220; }
p { color: rgb(2,210,32); }
H1.HeaderClassName
{
color: #02D220;
}
.AnyTagClassName
{
color: #02D220;
}
</style>
background-color css
<style>
a { background-color: #02D220; }
a { background-color: rgb(2,210,32); }
div.DivClassName
{
background-color: #02D220;
}
.BgClassName
{
background-color: #02D220;
}
</style>
border-color css
<style>
span { border-color: #02D220; }
span { border-color: rgb(2,210,32); }
td.TdClassName
{
border-color: #02D220;
}
.TagClassName
{
border-color: #02D220;
}
</style>