Shades of Persian Green #02A791
Tints of Persian Green #02A791
RGB
CMYK
RGB Variations
Color information
#02A791 (or 0x02A791) is known color: Persian Green. HEX triplet: 02, A7 and 91. RGB value is (2,167,145). Sum of RGB (Red+Green+Blue) = 2+167+145=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #02A791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A791 is #FD586E. Grayscale: #737373. Windows color (decimal): -16603247 or 9545474. OLE color: 9545474.
HSL color Cylindrical-coordinate representation of color #02A791: hue angle of 172º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A791 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 145 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.35 |
| HSL | 172º | 0.98% | 0.33% | - |
| HSV(B) | 172º | 0.99% | 0.65% | - |
| XYZ | 18.95 | 29.69 | 31.52 | - |
| YUV | 115.16 | 144.84 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 145 | 0.99 | 0 | 0.13 | 0.35 | 172 | 0.98 | 0.33 |
| Hex | 2 | A7 | 91 | 63 | 0 | D | 23 | AC | 62 | 21 |
| Octal | 2 | 247 | 221 | 143 | 0 | 15 | 43 | 254 | 142 | 41 |
| Binary | 10 | 10100111 | 10010001 | 1100011 | 0 | 1101 | 100011 | 10101100 | 1100010 | 100001 |
Color Harmonies of #02A791
Complementary color
Monochromatic Colors of #02A791
Black with #02A791
Text Example
Text Example
White with #02A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A791; }
p { color: rgb(2,167,145); }
H1.HeaderClassName
{
color: #02A791;
}
.AnyTagClassName
{
color: #02A791;
}
</style>
background-color css
<style>
a { background-color: #02A791; }
a { background-color: rgb(2,167,145); }
div.DivClassName
{
background-color: #02A791;
}
.BgClassName
{
background-color: #02A791;
}
</style>
border-color css
<style>
span { border-color: #02A791; }
span { border-color: rgb(2,167,145); }
td.TdClassName
{
border-color: #02A791;
}
.TagClassName
{
border-color: #02A791;
}
</style>