Shades of Persian Green #029C9A
Tints of Persian Green #029C9A
RGB
CMYK
RGB Variations
Color information
#029C9A (or 0x029C9A) is known color: Persian Green. HEX triplet: 02, 9C and 9A. RGB value is (2,156,154). Sum of RGB (Red+Green+Blue) = 2+156+154=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #029C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029C9A is #FD6365. Grayscale: #6D6D6D. Windows color (decimal): -16606054 or 10132482. OLE color: 10132482.
HSL color Cylindrical-coordinate representation of color #029C9A: hue angle of 179.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029C9A is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 154 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.39 |
| HSL | 179.22º | 0.97% | 0.31% | - |
| HSV(B) | 179.22º | 0.99% | 0.61% | - |
| XYZ | 17.75 | 26.12 | 34.68 | - |
| YUV | 109.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 154 | 0.99 | 0 | 0.01 | 0.39 | 179.22 | 0.97 | 0.31 |
| Hex | 2 | 9C | 9A | 63 | 0 | 1 | 27 | B3 | 61 | 1F |
| Octal | 2 | 234 | 232 | 143 | 0 | 1 | 47 | 263 | 141 | 37 |
| Binary | 10 | 10011100 | 10011010 | 1100011 | 0 | 1 | 100111 | 10110011 | 1100001 | 11111 |
Color Harmonies of #029C9A
Complementary color
Monochromatic Colors of #029C9A
Black with #029C9A
Text Example
Text Example
White with #029C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C9A; }
p { color: rgb(2,156,154); }
H1.HeaderClassName
{
color: #029C9A;
}
.AnyTagClassName
{
color: #029C9A;
}
</style>
background-color css
<style>
a { background-color: #029C9A; }
a { background-color: rgb(2,156,154); }
div.DivClassName
{
background-color: #029C9A;
}
.BgClassName
{
background-color: #029C9A;
}
</style>
border-color css
<style>
span { border-color: #029C9A; }
span { border-color: rgb(2,156,154); }
td.TdClassName
{
border-color: #029C9A;
}
.TagClassName
{
border-color: #029C9A;
}
</style>