Shades of Persian Green #029E9A
Tints of Persian Green #029E9A
RGB
CMYK
RGB Variations
Color information
#029E9A (or 0x029E9A) is known color: Persian Green. HEX triplet: 02, 9E and 9A. RGB value is (2,158,154). Sum of RGB (Red+Green+Blue) = 2+158+154=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #029E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029E9A is #FD6165. Grayscale: #6E6E6E. Windows color (decimal): -16605542 or 10132994. OLE color: 10132994.
HSL color Cylindrical-coordinate representation of color #029E9A: hue angle of 178.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E9A is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 154 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.38 |
| HSL | 178.46º | 0.98% | 0.31% | - |
| HSV(B) | 178.46º | 0.99% | 0.62% | - |
| XYZ | 18.08 | 26.8 | 34.79 | - |
| YUV | 110.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 154 | 0.99 | 0 | 0.03 | 0.38 | 178.46 | 0.98 | 0.31 |
| Hex | 2 | 9E | 9A | 63 | 0 | 3 | 26 | B2 | 62 | 1F |
| Octal | 2 | 236 | 232 | 143 | 0 | 3 | 46 | 262 | 142 | 37 |
| Binary | 10 | 10011110 | 10011010 | 1100011 | 0 | 11 | 100110 | 10110010 | 1100010 | 11111 |
Color Harmonies of #029E9A
Complementary color
Monochromatic Colors of #029E9A
Black with #029E9A
Text Example
Text Example
White with #029E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E9A; }
p { color: rgb(2,158,154); }
H1.HeaderClassName
{
color: #029E9A;
}
.AnyTagClassName
{
color: #029E9A;
}
</style>
background-color css
<style>
a { background-color: #029E9A; }
a { background-color: rgb(2,158,154); }
div.DivClassName
{
background-color: #029E9A;
}
.BgClassName
{
background-color: #029E9A;
}
</style>
border-color css
<style>
span { border-color: #029E9A; }
span { border-color: rgb(2,158,154); }
td.TdClassName
{
border-color: #029E9A;
}
.TagClassName
{
border-color: #029E9A;
}
</style>