Shades of Persian Green #029A9F
Tints of Persian Green #029A9F
RGB
CMYK
RGB Variations
Color information
#029A9F (or 0x029A9F) is known color: Persian Green. HEX triplet: 02, 9A and 9F. RGB value is (2,154,159). Sum of RGB (Red+Green+Blue) = 2+154+159=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #029A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A9F is #FD6560. Grayscale: #6C6C6C. Windows color (decimal): -16606561 or 10459650. OLE color: 10459650.
HSL color Cylindrical-coordinate representation of color #029A9F: hue angle of 181.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A9F is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 154 | 159 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.38 |
| HSL | 181.91º | 0.98% | 0.32% | - |
| HSV(B) | 181.91º | 0.99% | 0.62% | - |
| XYZ | 17.84 | 25.63 | 36.81 | - |
| YUV | 109.12 | 156.14 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 159 | 0.99 | 0.03 | 0 | 0.38 | 181.91 | 0.98 | 0.32 |
| Hex | 2 | 9A | 9F | 63 | 3 | 0 | 26 | B6 | 62 | 20 |
| Octal | 2 | 232 | 237 | 143 | 3 | 0 | 46 | 266 | 142 | 40 |
| Binary | 10 | 10011010 | 10011111 | 1100011 | 11 | 0 | 100110 | 10110110 | 1100010 | 100000 |
Color Harmonies of #029A9F
Complementary color
Monochromatic Colors of #029A9F
Black with #029A9F
Text Example
Text Example
White with #029A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A9F; }
p { color: rgb(2,154,159); }
H1.HeaderClassName
{
color: #029A9F;
}
.AnyTagClassName
{
color: #029A9F;
}
</style>
background-color css
<style>
a { background-color: #029A9F; }
a { background-color: rgb(2,154,159); }
div.DivClassName
{
background-color: #029A9F;
}
.BgClassName
{
background-color: #029A9F;
}
</style>
border-color css
<style>
span { border-color: #029A9F; }
span { border-color: rgb(2,154,159); }
td.TdClassName
{
border-color: #029A9F;
}
.TagClassName
{
border-color: #029A9F;
}
</style>