Shades of Persian Green #029CA1
Tints of Persian Green #029CA1
RGB
CMYK
RGB Variations
Color information
#029CA1 (or 0x029CA1) is known color: Persian Green. HEX triplet: 02, 9C and A1. RGB value is (2,156,161). Sum of RGB (Red+Green+Blue) = 2+156+161=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #029CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CA1 is #FD635E. Grayscale: #6E6E6E. Windows color (decimal): -16606047 or 10591234. OLE color: 10591234.
HSL color Cylindrical-coordinate representation of color #029CA1: hue angle of 181.89º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CA1 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 156 | 161 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.37 |
| HSL | 181.89º | 0.98% | 0.32% | - |
| HSV(B) | 181.89º | 0.99% | 0.63% | - |
| XYZ | 18.35 | 26.36 | 37.84 | - |
| YUV | 110.52 | 156.48 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 161 | 0.99 | 0.03 | 0 | 0.37 | 181.89 | 0.98 | 0.32 |
| Hex | 2 | 9C | A1 | 63 | 3 | 0 | 25 | B6 | 62 | 20 |
| Octal | 2 | 234 | 241 | 143 | 3 | 0 | 45 | 266 | 142 | 40 |
| Binary | 10 | 10011100 | 10100001 | 1100011 | 11 | 0 | 100101 | 10110110 | 1100010 | 100000 |
Color Harmonies of #029CA1
Complementary color
Monochromatic Colors of #029CA1
Black with #029CA1
Text Example
Text Example
White with #029CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029CA1; }
p { color: rgb(2,156,161); }
H1.HeaderClassName
{
color: #029CA1;
}
.AnyTagClassName
{
color: #029CA1;
}
</style>
background-color css
<style>
a { background-color: #029CA1; }
a { background-color: rgb(2,156,161); }
div.DivClassName
{
background-color: #029CA1;
}
.BgClassName
{
background-color: #029CA1;
}
</style>
border-color css
<style>
span { border-color: #029CA1; }
span { border-color: rgb(2,156,161); }
td.TdClassName
{
border-color: #029CA1;
}
.TagClassName
{
border-color: #029CA1;
}
</style>