Shades of Persian Green #02A29D
Tints of Persian Green #02A29D
RGB
CMYK
RGB Variations
Color information
#02A29D (or 0x02A29D) is known color: Persian Green. HEX triplet: 02, A2 and 9D. RGB value is (2,162,157). Sum of RGB (Red+Green+Blue) = 2+162+157=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #02A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A29D is #FD5D62. Grayscale: #717171. Windows color (decimal): -16604515 or 10330626. OLE color: 10330626.
HSL color Cylindrical-coordinate representation of color #02A29D: hue angle of 178.12º 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 #02A29D is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 157 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.36 |
| HSL | 178.13º | 0.98% | 0.32% | - |
| HSV(B) | 178.13º | 0.99% | 0.64% | - |
| XYZ | 19.03 | 28.29 | 36.36 | - |
| YUV | 113.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 157 | 0.99 | 0 | 0.03 | 0.36 | 178.13 | 0.98 | 0.32 |
| Hex | 2 | A2 | 9D | 63 | 0 | 3 | 24 | B2 | 62 | 20 |
| Octal | 2 | 242 | 235 | 143 | 0 | 3 | 44 | 262 | 142 | 40 |
| Binary | 10 | 10100010 | 10011101 | 1100011 | 0 | 11 | 100100 | 10110010 | 1100010 | 100000 |
Color Harmonies of #02A29D
Complementary color
Monochromatic Colors of #02A29D
Black with #02A29D
Text Example
Text Example
White with #02A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A29D; }
p { color: rgb(2,162,157); }
H1.HeaderClassName
{
color: #02A29D;
}
.AnyTagClassName
{
color: #02A29D;
}
</style>
background-color css
<style>
a { background-color: #02A29D; }
a { background-color: rgb(2,162,157); }
div.DivClassName
{
background-color: #02A29D;
}
.BgClassName
{
background-color: #02A29D;
}
</style>
border-color css
<style>
span { border-color: #02A29D; }
span { border-color: rgb(2,162,157); }
td.TdClassName
{
border-color: #02A29D;
}
.TagClassName
{
border-color: #02A29D;
}
</style>