Shades of Persian Green #029B85
Tints of Persian Green #029B85
RGB
CMYK
RGB Variations
Color information
#029B85 (or 0x029B85) is known color: Persian Green. HEX triplet: 02, 9B and 85. RGB value is (2,155,133). Sum of RGB (Red+Green+Blue) = 2+155+133=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #029B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B85 is #FD647A. Grayscale: #6A6A6A. Windows color (decimal): -16606331 or 8755970. OLE color: 8755970.
HSL color Cylindrical-coordinate representation of color #029B85: hue angle of 171.37º 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 #029B85 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 133 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.39 |
| HSL | 171.37º | 0.97% | 0.31% | - |
| HSV(B) | 171.37º | 0.99% | 0.61% | - |
| XYZ | 15.98 | 25.15 | 26.2 | - |
| YUV | 106.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 133 | 0.99 | 0 | 0.14 | 0.39 | 171.37 | 0.97 | 0.31 |
| Hex | 2 | 9B | 85 | 63 | 0 | E | 27 | AB | 61 | 1F |
| Octal | 2 | 233 | 205 | 143 | 0 | 16 | 47 | 253 | 141 | 37 |
| Binary | 10 | 10011011 | 10000101 | 1100011 | 0 | 1110 | 100111 | 10101011 | 1100001 | 11111 |
Color Harmonies of #029B85
Complementary color
Monochromatic Colors of #029B85
Black with #029B85
Text Example
Text Example
White with #029B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B85; }
p { color: rgb(2,155,133); }
H1.HeaderClassName
{
color: #029B85;
}
.AnyTagClassName
{
color: #029B85;
}
</style>
background-color css
<style>
a { background-color: #029B85; }
a { background-color: rgb(2,155,133); }
div.DivClassName
{
background-color: #029B85;
}
.BgClassName
{
background-color: #029B85;
}
</style>
border-color css
<style>
span { border-color: #029B85; }
span { border-color: rgb(2,155,133); }
td.TdClassName
{
border-color: #029B85;
}
.TagClassName
{
border-color: #029B85;
}
</style>