Shades of Dark Pastel Green #02D22C
Tints of Dark Pastel Green #02D22C
RGB
CMYK
RGB Variations
Color information
#02D22C (or 0x02D22C) is known color: Dark Pastel Green. HEX triplet: 02, D2 and 2C. RGB value is (2,210,44). Sum of RGB (Red+Green+Blue) = 2+210+44=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #02D22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D22C is #FD2DD3. Grayscale: #818181. Windows color (decimal): -16592340 or 2937346. OLE color: 2937346.
HSL color Cylindrical-coordinate representation of color #02D22C: hue angle of 132.12º 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 #02D22C is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 44 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.18 |
| HSL | 132.12º | 0.98% | 0.42% | - |
| HSV(B) | 132.12º | 0.99% | 0.82% | - |
| XYZ | 23.53 | 46.29 | 10.08 | - |
| YUV | 128.88 | 80.09 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 44 | 0.99 | 0 | 0.79 | 0.18 | 132.12 | 0.98 | 0.42 |
| Hex | 2 | D2 | 2C | 63 | 0 | 4F | 12 | 84 | 62 | 2A |
| Octal | 2 | 322 | 54 | 143 | 0 | 117 | 22 | 204 | 142 | 52 |
| Binary | 10 | 11010010 | 101100 | 1100011 | 0 | 1001111 | 10010 | 10000100 | 1100010 | 101010 |
Color Harmonies of #02D22C
Complementary color
Monochromatic Colors of #02D22C
Black with #02D22C
Text Example
Text Example
White with #02D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D22C; }
p { color: rgb(2,210,44); }
H1.HeaderClassName
{
color: #02D22C;
}
.AnyTagClassName
{
color: #02D22C;
}
</style>
background-color css
<style>
a { background-color: #02D22C; }
a { background-color: rgb(2,210,44); }
div.DivClassName
{
background-color: #02D22C;
}
.BgClassName
{
background-color: #02D22C;
}
</style>
border-color css
<style>
span { border-color: #02D22C; }
span { border-color: rgb(2,210,44); }
td.TdClassName
{
border-color: #02D22C;
}
.TagClassName
{
border-color: #02D22C;
}
</style>