Shades of Dark Pastel Green #02D41D
Tints of Dark Pastel Green #02D41D
RGB
CMYK
RGB Variations
Color information
#02D41D (or 0x02D41D) is known color: Dark Pastel Green. HEX triplet: 02, D4 and 1D. RGB value is (2,212,29). Sum of RGB (Red+Green+Blue) = 2+212+29=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 212 (83.20% from 255 or 87.24% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 212 - color contains mainly: green. Hex color #02D41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D41D is #FD2BE2. Grayscale: #808080. Windows color (decimal): -16591843 or 1954818. OLE color: 1954818.
HSL color Cylindrical-coordinate representation of color #02D41D: hue angle of 127.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D41D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 29 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.17 |
| HSL | 127.71º | 0.98% | 0.42% | - |
| HSV(B) | 127.71º | 0.99% | 0.83% | - |
| XYZ | 23.79 | 47.19 | 9.02 | - |
| YUV | 128.35 | 71.93 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 29 | 0.99 | 0 | 0.86 | 0.17 | 127.71 | 0.98 | 0.42 |
| Hex | 2 | D4 | 1D | 63 | 0 | 56 | 11 | 80 | 62 | 2A |
| Octal | 2 | 324 | 35 | 143 | 0 | 126 | 21 | 200 | 142 | 52 |
| Binary | 10 | 11010100 | 11101 | 1100011 | 0 | 1010110 | 10001 | 10000000 | 1100010 | 101010 |
Color Harmonies of #02D41D
Complementary color
Monochromatic Colors of #02D41D
Black with #02D41D
Text Example
Text Example
White with #02D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D41D; }
p { color: rgb(2,212,29); }
H1.HeaderClassName
{
color: #02D41D;
}
.AnyTagClassName
{
color: #02D41D;
}
</style>
background-color css
<style>
a { background-color: #02D41D; }
a { background-color: rgb(2,212,29); }
div.DivClassName
{
background-color: #02D41D;
}
.BgClassName
{
background-color: #02D41D;
}
</style>
border-color css
<style>
span { border-color: #02D41D; }
span { border-color: rgb(2,212,29); }
td.TdClassName
{
border-color: #02D41D;
}
.TagClassName
{
border-color: #02D41D;
}
</style>