Shades of Persian Green #029CA2
Tints of Persian Green #029CA2
RGB
CMYK
RGB Variations
Color information
#029CA2 (or 0x029CA2) is known color: Persian Green. HEX triplet: 02, 9C and A2. RGB value is (2,156,162). Sum of RGB (Red+Green+Blue) = 2+156+162=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #029CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CA2 is #FD635D. Grayscale: #6E6E6E. Windows color (decimal): -16606046 or 10656770. OLE color: 10656770.
HSL color Cylindrical-coordinate representation of color #029CA2: hue angle of 182.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CA2 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 156 | 162 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.36 |
| HSL | 182.25º | 0.98% | 0.32% | - |
| HSV(B) | 182.25º | 0.99% | 0.64% | - |
| XYZ | 18.44 | 26.4 | 38.31 | - |
| YUV | 110.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 162 | 0.99 | 0.04 | 0 | 0.36 | 182.25 | 0.98 | 0.32 |
| Hex | 2 | 9C | A2 | 63 | 4 | 0 | 24 | B6 | 62 | 20 |
| Octal | 2 | 234 | 242 | 143 | 4 | 0 | 44 | 266 | 142 | 40 |
| Binary | 10 | 10011100 | 10100010 | 1100011 | 100 | 0 | 100100 | 10110110 | 1100010 | 100000 |
Color Harmonies of #029CA2
Complementary color
Monochromatic Colors of #029CA2
Black with #029CA2
Text Example
Text Example
White with #029CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029CA2; }
p { color: rgb(2,156,162); }
H1.HeaderClassName
{
color: #029CA2;
}
.AnyTagClassName
{
color: #029CA2;
}
</style>
background-color css
<style>
a { background-color: #029CA2; }
a { background-color: rgb(2,156,162); }
div.DivClassName
{
background-color: #029CA2;
}
.BgClassName
{
background-color: #029CA2;
}
</style>
border-color css
<style>
span { border-color: #029CA2; }
span { border-color: rgb(2,156,162); }
td.TdClassName
{
border-color: #029CA2;
}
.TagClassName
{
border-color: #029CA2;
}
</style>