Shades of Dark Pastel Green #02AB3A
Tints of Dark Pastel Green #02AB3A
RGB
CMYK
RGB Variations
Color information
#02AB3A (or 0x02AB3A) is known color: Dark Pastel Green. HEX triplet: 02, AB and 3A. RGB value is (2,171,58). Sum of RGB (Red+Green+Blue) = 2+171+58=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AB3A is #FD54C5. Grayscale: #6B6B6B. Windows color (decimal): -16602310 or 3844866. OLE color: 3844866.
HSL color Cylindrical-coordinate representation of color #02AB3A: hue angle of 139.88º 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 #02AB3A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 171 | 58 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.33 |
| HSL | 139.88º | 0.98% | 0.34% | - |
| HSV(B) | 139.88º | 0.99% | 0.67% | - |
| XYZ | 15.35 | 29.44 | 8.88 | - |
| YUV | 107.59 | 100.01 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 58 | 0.99 | 0 | 0.66 | 0.33 | 139.88 | 0.98 | 0.34 |
| Hex | 2 | AB | 3A | 63 | 0 | 42 | 21 | 8C | 62 | 22 |
| Octal | 2 | 253 | 72 | 143 | 0 | 102 | 41 | 214 | 142 | 42 |
| Binary | 10 | 10101011 | 111010 | 1100011 | 0 | 1000010 | 100001 | 10001100 | 1100010 | 100010 |
Color Harmonies of #02AB3A
Complementary color
Monochromatic Colors of #02AB3A
Black with #02AB3A
Text Example
Text Example
White with #02AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AB3A; }
p { color: rgb(2,171,58); }
H1.HeaderClassName
{
color: #02AB3A;
}
.AnyTagClassName
{
color: #02AB3A;
}
</style>
background-color css
<style>
a { background-color: #02AB3A; }
a { background-color: rgb(2,171,58); }
div.DivClassName
{
background-color: #02AB3A;
}
.BgClassName
{
background-color: #02AB3A;
}
</style>
border-color css
<style>
span { border-color: #02AB3A; }
span { border-color: rgb(2,171,58); }
td.TdClassName
{
border-color: #02AB3A;
}
.TagClassName
{
border-color: #02AB3A;
}
</style>