Shades of Dark Pastel Green #02AB2D
Tints of Dark Pastel Green #02AB2D
RGB
CMYK
RGB Variations
Color information
#02AB2D (or 0x02AB2D) is known color: Dark Pastel Green. HEX triplet: 02, AB and 2D. RGB value is (2,171,45). Sum of RGB (Red+Green+Blue) = 2+171+45=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB2D is #FD54D2. Grayscale: #6A6A6A. Windows color (decimal): -16602323 or 2992898. OLE color: 2992898.
HSL color Cylindrical-coordinate representation of color #02AB2D: hue angle of 135.27º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AB2D is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 45 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.33 |
| HSL | 135.27º | 0.98% | 0.34% | - |
| HSV(B) | 135.27º | 0.99% | 0.67% | - |
| XYZ | 15.06 | 29.33 | 7.35 | - |
| YUV | 106.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 45 | 0.99 | 0 | 0.74 | 0.33 | 135.27 | 0.98 | 0.34 |
| Hex | 2 | AB | 2D | 63 | 0 | 4A | 21 | 87 | 62 | 22 |
| Octal | 2 | 253 | 55 | 143 | 0 | 112 | 41 | 207 | 142 | 42 |
| Binary | 10 | 10101011 | 101101 | 1100011 | 0 | 1001010 | 100001 | 10000111 | 1100010 | 100010 |
Color Harmonies of #02AB2D
Complementary color
Monochromatic Colors of #02AB2D
Black with #02AB2D
Text Example
Text Example
White with #02AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB2D; }
p { color: rgb(2,171,45); }
H1.HeaderClassName
{
color: #02AB2D;
}
.AnyTagClassName
{
color: #02AB2D;
}
</style>
background-color css
<style>
a { background-color: #02AB2D; }
a { background-color: rgb(2,171,45); }
div.DivClassName
{
background-color: #02AB2D;
}
.BgClassName
{
background-color: #02AB2D;
}
</style>
border-color css
<style>
span { border-color: #02AB2D; }
span { border-color: rgb(2,171,45); }
td.TdClassName
{
border-color: #02AB2D;
}
.TagClassName
{
border-color: #02AB2D;
}
</style>