Shades of Dark Pastel Green #02AD29
Tints of Dark Pastel Green #02AD29
RGB
CMYK
RGB Variations
Color information
#02AD29 (or 0x02AD29) is known color: Dark Pastel Green. HEX triplet: 02, AD and 29. RGB value is (2,173,41). Sum of RGB (Red+Green+Blue) = 2+173+41=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 173 (67.97% from 255 or 80.09% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD29 is #FD52D6. Grayscale: #6B6B6B. Windows color (decimal): -16601815 or 2731266. OLE color: 2731266.
HSL color Cylindrical-coordinate representation of color #02AD29: hue angle of 133.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD29 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 41 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.32 |
| HSL | 133.68º | 0.98% | 0.34% | - |
| HSV(B) | 133.68º | 0.99% | 0.68% | - |
| XYZ | 15.37 | 30.06 | 7.09 | - |
| YUV | 106.82 | 90.85 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 41 | 0.99 | 0 | 0.76 | 0.32 | 133.68 | 0.98 | 0.34 |
| Hex | 2 | AD | 29 | 63 | 0 | 4C | 20 | 86 | 62 | 22 |
| Octal | 2 | 255 | 51 | 143 | 0 | 114 | 40 | 206 | 142 | 42 |
| Binary | 10 | 10101101 | 101001 | 1100011 | 0 | 1001100 | 100000 | 10000110 | 1100010 | 100010 |
Color Harmonies of #02AD29
Complementary color
Monochromatic Colors of #02AD29
Black with #02AD29
Text Example
Text Example
White with #02AD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD29; }
p { color: rgb(2,173,41); }
H1.HeaderClassName
{
color: #02AD29;
}
.AnyTagClassName
{
color: #02AD29;
}
</style>
background-color css
<style>
a { background-color: #02AD29; }
a { background-color: rgb(2,173,41); }
div.DivClassName
{
background-color: #02AD29;
}
.BgClassName
{
background-color: #02AD29;
}
</style>
border-color css
<style>
span { border-color: #02AD29; }
span { border-color: rgb(2,173,41); }
td.TdClassName
{
border-color: #02AD29;
}
.TagClassName
{
border-color: #02AD29;
}
</style>