Shades of Dark Pastel Green #02D022
Tints of Dark Pastel Green #02D022
RGB
CMYK
RGB Variations
Color information
#02D022 (or 0x02D022) is known color: Dark Pastel Green. HEX triplet: 02, D0 and 22. RGB value is (2,208,34). Sum of RGB (Red+Green+Blue) = 2+208+34=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 208 (81.64% from 255 or 85.25% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 208 - color contains mainly: green. Hex color #02D022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D022 is #FD2FDD. Grayscale: #7F7F7F. Windows color (decimal): -16592862 or 2281474. OLE color: 2281474.
HSL color Cylindrical-coordinate representation of color #02D022: hue angle of 129.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D022 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 34 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.18 |
| HSL | 129.32º | 0.98% | 0.41% | - |
| HSV(B) | 129.32º | 0.99% | 0.82% | - |
| XYZ | 22.87 | 45.24 | 9.04 | - |
| YUV | 126.57 | 75.75 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 34 | 0.99 | 0 | 0.84 | 0.18 | 129.32 | 0.98 | 0.41 |
| Hex | 2 | D0 | 22 | 63 | 0 | 54 | 12 | 81 | 62 | 29 |
| Octal | 2 | 320 | 42 | 143 | 0 | 124 | 22 | 201 | 142 | 51 |
| Binary | 10 | 11010000 | 100010 | 1100011 | 0 | 1010100 | 10010 | 10000001 | 1100010 | 101001 |
Color Harmonies of #02D022
Complementary color
Monochromatic Colors of #02D022
Black with #02D022
Text Example
Text Example
White with #02D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D022; }
p { color: rgb(2,208,34); }
H1.HeaderClassName
{
color: #02D022;
}
.AnyTagClassName
{
color: #02D022;
}
</style>
background-color css
<style>
a { background-color: #02D022; }
a { background-color: rgb(2,208,34); }
div.DivClassName
{
background-color: #02D022;
}
.BgClassName
{
background-color: #02D022;
}
</style>
border-color css
<style>
span { border-color: #02D022; }
span { border-color: rgb(2,208,34); }
td.TdClassName
{
border-color: #02D022;
}
.TagClassName
{
border-color: #02D022;
}
</style>