Shades of Dark Pastel Green #02A22A
Tints of Dark Pastel Green #02A22A
RGB
CMYK
RGB Variations
Color information
#02A22A (or 0x02A22A) is known color: Dark Pastel Green. HEX triplet: 02, A2 and 2A. RGB value is (2,162,42). Sum of RGB (Red+Green+Blue) = 2+162+42=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #02A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A22A is #FD5DD5. Grayscale: #646464. Windows color (decimal): -16604630 or 2793986. OLE color: 2793986.
HSL color Cylindrical-coordinate representation of color #02A22A: hue angle of 135º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A22A is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 42 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.36 |
| HSL | 135º | 0.98% | 0.32% | - |
| HSV(B) | 135º | 0.99% | 0.64% | - |
| XYZ | 13.36 | 26.02 | 6.51 | - |
| YUV | 100.48 | 94.99 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 42 | 0.99 | 0 | 0.74 | 0.36 | 135 | 0.98 | 0.32 |
| Hex | 2 | A2 | 2A | 63 | 0 | 4A | 24 | 87 | 62 | 20 |
| Octal | 2 | 242 | 52 | 143 | 0 | 112 | 44 | 207 | 142 | 40 |
| Binary | 10 | 10100010 | 101010 | 1100011 | 0 | 1001010 | 100100 | 10000111 | 1100010 | 100000 |
Color Harmonies of #02A22A
Complementary color
Monochromatic Colors of #02A22A
Black with #02A22A
Text Example
Text Example
White with #02A22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A22A; }
p { color: rgb(2,162,42); }
H1.HeaderClassName
{
color: #02A22A;
}
.AnyTagClassName
{
color: #02A22A;
}
</style>
background-color css
<style>
a { background-color: #02A22A; }
a { background-color: rgb(2,162,42); }
div.DivClassName
{
background-color: #02A22A;
}
.BgClassName
{
background-color: #02A22A;
}
</style>
border-color css
<style>
span { border-color: #02A22A; }
span { border-color: rgb(2,162,42); }
td.TdClassName
{
border-color: #02A22A;
}
.TagClassName
{
border-color: #02A22A;
}
</style>