Shades of Persian Green #02A28E
Tints of Persian Green #02A28E
RGB
CMYK
RGB Variations
Color information
#02A28E (or 0x02A28E) is known color: Persian Green. HEX triplet: 02, A2 and 8E. RGB value is (2,162,142). Sum of RGB (Red+Green+Blue) = 2+162+142=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #02A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A28E is #FD5D71. Grayscale: #6F6F6F. Windows color (decimal): -16604530 or 9347586. OLE color: 9347586.
HSL color Cylindrical-coordinate representation of color #02A28E: hue angle of 172.5º 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 #02A28E is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 142 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.36 |
| HSL | 172.5º | 0.98% | 0.32% | - |
| HSV(B) | 172.5º | 0.99% | 0.64% | - |
| XYZ | 17.83 | 27.81 | 30.02 | - |
| YUV | 111.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 142 | 0.99 | 0 | 0.12 | 0.36 | 172.5 | 0.98 | 0.32 |
| Hex | 2 | A2 | 8E | 63 | 0 | C | 24 | AC | 62 | 20 |
| Octal | 2 | 242 | 216 | 143 | 0 | 14 | 44 | 254 | 142 | 40 |
| Binary | 10 | 10100010 | 10001110 | 1100011 | 0 | 1100 | 100100 | 10101100 | 1100010 | 100000 |
Color Harmonies of #02A28E
Complementary color
Monochromatic Colors of #02A28E
Black with #02A28E
Text Example
Text Example
White with #02A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A28E; }
p { color: rgb(2,162,142); }
H1.HeaderClassName
{
color: #02A28E;
}
.AnyTagClassName
{
color: #02A28E;
}
</style>
background-color css
<style>
a { background-color: #02A28E; }
a { background-color: rgb(2,162,142); }
div.DivClassName
{
background-color: #02A28E;
}
.BgClassName
{
background-color: #02A28E;
}
</style>
border-color css
<style>
span { border-color: #02A28E; }
span { border-color: rgb(2,162,142); }
td.TdClassName
{
border-color: #02A28E;
}
.TagClassName
{
border-color: #02A28E;
}
</style>