Shades of Dark Pastel Green #02DF29
Tints of Dark Pastel Green #02DF29
RGB
CMYK
RGB Variations
Color information
#02DF29 (or 0x02DF29) is known color: Dark Pastel Green. HEX triplet: 02, DF and 29. RGB value is (2,223,41). Sum of RGB (Red+Green+Blue) = 2+223+41=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 223 (87.5% from 255 or 83.83% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF29 is #FD20D6. Grayscale: #888888. Windows color (decimal): -16589015 or 2744066. OLE color: 2744066.
HSL color Cylindrical-coordinate representation of color #02DF29: hue angle of 130.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DF29 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 41 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.13 |
| HSL | 130.59º | 0.98% | 0.44% | - |
| HSV(B) | 130.59º | 0.99% | 0.87% | - |
| XYZ | 26.81 | 52.95 | 10.9 | - |
| YUV | 136.17 | 74.28 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 41 | 0.99 | 0 | 0.82 | 0.13 | 130.59 | 0.98 | 0.44 |
| Hex | 2 | DF | 29 | 63 | 0 | 52 | D | 83 | 62 | 2C |
| Octal | 2 | 337 | 51 | 143 | 0 | 122 | 15 | 203 | 142 | 54 |
| Binary | 10 | 11011111 | 101001 | 1100011 | 0 | 1010010 | 1101 | 10000011 | 1100010 | 101100 |
Color Harmonies of #02DF29
Complementary color
Monochromatic Colors of #02DF29
Black with #02DF29
Text Example
Text Example
White with #02DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF29; }
p { color: rgb(2,223,41); }
H1.HeaderClassName
{
color: #02DF29;
}
.AnyTagClassName
{
color: #02DF29;
}
</style>
background-color css
<style>
a { background-color: #02DF29; }
a { background-color: rgb(2,223,41); }
div.DivClassName
{
background-color: #02DF29;
}
.BgClassName
{
background-color: #02DF29;
}
</style>
border-color css
<style>
span { border-color: #02DF29; }
span { border-color: rgb(2,223,41); }
td.TdClassName
{
border-color: #02DF29;
}
.TagClassName
{
border-color: #02DF29;
}
</style>