Shades of Persian Green #029B91
Tints of Persian Green #029B91
RGB
CMYK
RGB Variations
Color information
#029B91 (or 0x029B91) is known color: Persian Green. HEX triplet: 02, 9B and 91. RGB value is (2,155,145). Sum of RGB (Red+Green+Blue) = 2+155+145=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #029B91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B91 is #FD646E. Grayscale: #6B6B6B. Windows color (decimal): -16606319 or 9542402. OLE color: 9542402.
HSL color Cylindrical-coordinate representation of color #029B91: hue angle of 176.08º 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 #029B91 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 145 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.39 |
| HSL | 176.08º | 0.97% | 0.31% | - |
| HSV(B) | 176.08º | 0.99% | 0.61% | - |
| XYZ | 16.86 | 25.5 | 30.82 | - |
| YUV | 108.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 145 | 0.99 | 0 | 0.06 | 0.39 | 176.08 | 0.97 | 0.31 |
| Hex | 2 | 9B | 91 | 63 | 0 | 6 | 27 | B0 | 61 | 1F |
| Octal | 2 | 233 | 221 | 143 | 0 | 6 | 47 | 260 | 141 | 37 |
| Binary | 10 | 10011011 | 10010001 | 1100011 | 0 | 110 | 100111 | 10110000 | 1100001 | 11111 |
Color Harmonies of #029B91
Complementary color
Monochromatic Colors of #029B91
Black with #029B91
Text Example
Text Example
White with #029B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B91; }
p { color: rgb(2,155,145); }
H1.HeaderClassName
{
color: #029B91;
}
.AnyTagClassName
{
color: #029B91;
}
</style>
background-color css
<style>
a { background-color: #029B91; }
a { background-color: rgb(2,155,145); }
div.DivClassName
{
background-color: #029B91;
}
.BgClassName
{
background-color: #029B91;
}
</style>
border-color css
<style>
span { border-color: #029B91; }
span { border-color: rgb(2,155,145); }
td.TdClassName
{
border-color: #029B91;
}
.TagClassName
{
border-color: #029B91;
}
</style>