Shades of Dark Pastel Green #02A223
Tints of Dark Pastel Green #02A223
RGB
CMYK
RGB Variations
Color information
#02A223 (or 0x02A223) is known color: Dark Pastel Green. HEX triplet: 02, A2 and 23. RGB value is (2,162,35). Sum of RGB (Red+Green+Blue) = 2+162+35=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #02A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A223 is #FD5DDC. Grayscale: #646464. Windows color (decimal): -16604637 or 2335234. OLE color: 2335234.
HSL color Cylindrical-coordinate representation of color #02A223: hue angle of 132.38º 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 #02A223 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 35 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.36 |
| HSL | 132.38º | 0.98% | 0.32% | - |
| HSV(B) | 132.38º | 0.99% | 0.64% | - |
| XYZ | 13.25 | 25.97 | 5.91 | - |
| YUV | 99.68 | 91.49 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 35 | 0.99 | 0 | 0.78 | 0.36 | 132.38 | 0.98 | 0.32 |
| Hex | 2 | A2 | 23 | 63 | 0 | 4E | 24 | 84 | 62 | 20 |
| Octal | 2 | 242 | 43 | 143 | 0 | 116 | 44 | 204 | 142 | 40 |
| Binary | 10 | 10100010 | 100011 | 1100011 | 0 | 1001110 | 100100 | 10000100 | 1100010 | 100000 |
Color Harmonies of #02A223
Complementary color
Monochromatic Colors of #02A223
Black with #02A223
Text Example
Text Example
White with #02A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A223; }
p { color: rgb(2,162,35); }
H1.HeaderClassName
{
color: #02A223;
}
.AnyTagClassName
{
color: #02A223;
}
</style>
background-color css
<style>
a { background-color: #02A223; }
a { background-color: rgb(2,162,35); }
div.DivClassName
{
background-color: #02A223;
}
.BgClassName
{
background-color: #02A223;
}
</style>
border-color css
<style>
span { border-color: #02A223; }
span { border-color: rgb(2,162,35); }
td.TdClassName
{
border-color: #02A223;
}
.TagClassName
{
border-color: #02A223;
}
</style>