Shades of Persian Green #029A97
Tints of Persian Green #029A97
RGB
CMYK
RGB Variations
Color information
#029A97 (or 0x029A97) is known color: Persian Green. HEX triplet: 02, 9A and 97. RGB value is (2,154,151). Sum of RGB (Red+Green+Blue) = 2+154+151=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #029A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A97 is #FD6568. Grayscale: #6C6C6C. Windows color (decimal): -16606569 or 9935362. OLE color: 9935362.
HSL color Cylindrical-coordinate representation of color #029A97: hue angle of 178.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A97 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 154 | 151 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.40 |
| HSL | 178.82º | 0.97% | 0.31% | - |
| HSV(B) | 178.82º | 0.99% | 0.6% | - |
| XYZ | 17.17 | 25.36 | 33.27 | - |
| YUV | 108.21 | 152.14 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 151 | 0.99 | 0 | 0.02 | 0.40 | 178.82 | 0.97 | 0.31 |
| Hex | 2 | 9A | 97 | 63 | 0 | 2 | 28 | B3 | 61 | 1F |
| Octal | 2 | 232 | 227 | 143 | 0 | 2 | 50 | 263 | 141 | 37 |
| Binary | 10 | 10011010 | 10010111 | 1100011 | 0 | 10 | 101000 | 10110011 | 1100001 | 11111 |
Color Harmonies of #029A97
Complementary color
Monochromatic Colors of #029A97
Black with #029A97
Text Example
Text Example
White with #029A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A97; }
p { color: rgb(2,154,151); }
H1.HeaderClassName
{
color: #029A97;
}
.AnyTagClassName
{
color: #029A97;
}
</style>
background-color css
<style>
a { background-color: #029A97; }
a { background-color: rgb(2,154,151); }
div.DivClassName
{
background-color: #029A97;
}
.BgClassName
{
background-color: #029A97;
}
</style>
border-color css
<style>
span { border-color: #029A97; }
span { border-color: rgb(2,154,151); }
td.TdClassName
{
border-color: #029A97;
}
.TagClassName
{
border-color: #029A97;
}
</style>