Shades of Persian Green #029A9A
Tints of Persian Green #029A9A
RGB
CMYK
RGB Variations
Color information
#029A9A (or 0x029A9A) is known color: Persian Green. HEX triplet: 02, 9A and 9A. RGB value is (2,154,154). Sum of RGB (Red+Green+Blue) = 2+154+154=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #029A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A9A is #FD6565. Grayscale: #6C6C6C. Windows color (decimal): -16606566 or 10131970. OLE color: 10131970.
HSL color Cylindrical-coordinate representation of color #029A9A: hue angle of 180º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A9A is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 154 | 154 | - |
| CMYK | 0.99 | 0 | 0 | 0.40 |
| HSL | 180º | 0.97% | 0.31% | - |
| HSV(B) | 180º | 0.99% | 0.6% | - |
| XYZ | 17.41 | 25.46 | 34.57 | - |
| YUV | 108.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 154 | 0.99 | 0 | 0 | 0.40 | 180 | 0.97 | 0.31 |
| Hex | 2 | 9A | 9A | 63 | 0 | 0 | 28 | B4 | 61 | 1F |
| Octal | 2 | 232 | 232 | 143 | 0 | 0 | 50 | 264 | 141 | 37 |
| Binary | 10 | 10011010 | 10011010 | 1100011 | 0 | 0 | 101000 | 10110100 | 1100001 | 11111 |
Color Harmonies of #029A9A
Complementary color
Monochromatic Colors of #029A9A
Black with #029A9A
Text Example
Text Example
White with #029A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A9A; }
p { color: rgb(2,154,154); }
H1.HeaderClassName
{
color: #029A9A;
}
.AnyTagClassName
{
color: #029A9A;
}
</style>
background-color css
<style>
a { background-color: #029A9A; }
a { background-color: rgb(2,154,154); }
div.DivClassName
{
background-color: #029A9A;
}
.BgClassName
{
background-color: #029A9A;
}
</style>
border-color css
<style>
span { border-color: #029A9A; }
span { border-color: rgb(2,154,154); }
td.TdClassName
{
border-color: #029A9A;
}
.TagClassName
{
border-color: #029A9A;
}
</style>