Shades of Dark Pastel Green #02D622
Tints of Dark Pastel Green #02D622
RGB
CMYK
RGB Variations
Color information
#02D622 (or 0x02D622) is known color: Dark Pastel Green. HEX triplet: 02, D6 and 22. RGB value is (2,214,34). Sum of RGB (Red+Green+Blue) = 2+214+34=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #02D622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D622 is #FD29DD. Grayscale: #828282. Windows color (decimal): -16591326 or 2283010. OLE color: 2283010.
HSL color Cylindrical-coordinate representation of color #02D622: hue angle of 129.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D622 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 34 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.16 |
| HSL | 129.06º | 0.98% | 0.42% | - |
| HSV(B) | 129.06º | 0.99% | 0.84% | - |
| XYZ | 24.36 | 48.22 | 9.54 | - |
| YUV | 130.09 | 73.76 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 34 | 0.99 | 0 | 0.84 | 0.16 | 129.06 | 0.98 | 0.42 |
| Hex | 2 | D6 | 22 | 63 | 0 | 54 | 10 | 81 | 62 | 2A |
| Octal | 2 | 326 | 42 | 143 | 0 | 124 | 20 | 201 | 142 | 52 |
| Binary | 10 | 11010110 | 100010 | 1100011 | 0 | 1010100 | 10000 | 10000001 | 1100010 | 101010 |
Color Harmonies of #02D622
Complementary color
Monochromatic Colors of #02D622
Black with #02D622
Text Example
Text Example
White with #02D622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D622; }
p { color: rgb(2,214,34); }
H1.HeaderClassName
{
color: #02D622;
}
.AnyTagClassName
{
color: #02D622;
}
</style>
background-color css
<style>
a { background-color: #02D622; }
a { background-color: rgb(2,214,34); }
div.DivClassName
{
background-color: #02D622;
}
.BgClassName
{
background-color: #02D622;
}
</style>
border-color css
<style>
span { border-color: #02D622; }
span { border-color: rgb(2,214,34); }
td.TdClassName
{
border-color: #02D622;
}
.TagClassName
{
border-color: #02D622;
}
</style>