Shades of Dark Pastel Green #02AD30
Tints of Dark Pastel Green #02AD30
RGB
CMYK
RGB Variations
Color information
#02AD30 (or 0x02AD30) is known color: Dark Pastel Green. HEX triplet: 02, AD and 30. RGB value is (2,173,48). Sum of RGB (Red+Green+Blue) = 2+173+48=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD30 is #FD52CF. Grayscale: #6B6B6B. Windows color (decimal): -16601808 or 3190018. OLE color: 3190018.
HSL color Cylindrical-coordinate representation of color #02AD30: hue angle of 136.14º 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 #02AD30 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 173 | 48 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.32 |
| HSL | 136.14º | 0.98% | 0.34% | - |
| HSV(B) | 136.14º | 0.99% | 0.68% | - |
| XYZ | 15.5 | 30.11 | 7.79 | - |
| YUV | 107.62 | 94.35 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 48 | 0.99 | 0 | 0.72 | 0.32 | 136.14 | 0.98 | 0.34 |
| Hex | 2 | AD | 30 | 63 | 0 | 48 | 20 | 88 | 62 | 22 |
| Octal | 2 | 255 | 60 | 143 | 0 | 110 | 40 | 210 | 142 | 42 |
| Binary | 10 | 10101101 | 110000 | 1100011 | 0 | 1001000 | 100000 | 10001000 | 1100010 | 100010 |
Color Harmonies of #02AD30
Complementary color
Monochromatic Colors of #02AD30
Black with #02AD30
Text Example
Text Example
White with #02AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AD30; }
p { color: rgb(2,173,48); }
H1.HeaderClassName
{
color: #02AD30;
}
.AnyTagClassName
{
color: #02AD30;
}
</style>
background-color css
<style>
a { background-color: #02AD30; }
a { background-color: rgb(2,173,48); }
div.DivClassName
{
background-color: #02AD30;
}
.BgClassName
{
background-color: #02AD30;
}
</style>
border-color css
<style>
span { border-color: #02AD30; }
span { border-color: rgb(2,173,48); }
td.TdClassName
{
border-color: #02AD30;
}
.TagClassName
{
border-color: #02AD30;
}
</style>