Shades of Persian Green #029C9F
Tints of Persian Green #029C9F
RGB
CMYK
RGB Variations
Color information
#029C9F (or 0x029C9F) is known color: Persian Green. HEX triplet: 02, 9C and 9F. RGB value is (2,156,159). Sum of RGB (Red+Green+Blue) = 2+156+159=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #029C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029C9F is #FD6360. Grayscale: #6E6E6E. Windows color (decimal): -16606049 or 10460162. OLE color: 10460162.
HSL color Cylindrical-coordinate representation of color #029C9F: hue angle of 181.15º 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 #029C9F is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 156 | 159 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.38 |
| HSL | 181.15º | 0.98% | 0.32% | - |
| HSV(B) | 181.15º | 0.99% | 0.62% | - |
| XYZ | 18.17 | 26.29 | 36.92 | - |
| YUV | 110.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 159 | 0.99 | 0.02 | 0 | 0.38 | 181.15 | 0.98 | 0.32 |
| Hex | 2 | 9C | 9F | 63 | 2 | 0 | 26 | B5 | 62 | 20 |
| Octal | 2 | 234 | 237 | 143 | 2 | 0 | 46 | 265 | 142 | 40 |
| Binary | 10 | 10011100 | 10011111 | 1100011 | 10 | 0 | 100110 | 10110101 | 1100010 | 100000 |
Color Harmonies of #029C9F
Complementary color
Monochromatic Colors of #029C9F
Black with #029C9F
Text Example
Text Example
White with #029C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C9F; }
p { color: rgb(2,156,159); }
H1.HeaderClassName
{
color: #029C9F;
}
.AnyTagClassName
{
color: #029C9F;
}
</style>
background-color css
<style>
a { background-color: #029C9F; }
a { background-color: rgb(2,156,159); }
div.DivClassName
{
background-color: #029C9F;
}
.BgClassName
{
background-color: #029C9F;
}
</style>
border-color css
<style>
span { border-color: #029C9F; }
span { border-color: rgb(2,156,159); }
td.TdClassName
{
border-color: #029C9F;
}
.TagClassName
{
border-color: #029C9F;
}
</style>