Shades of Persian Green #029BA1
Tints of Persian Green #029BA1
RGB
CMYK
RGB Variations
Color information
#029BA1 (or 0x029BA1) is known color: Persian Green. HEX triplet: 02, 9B and A1. RGB value is (2,155,161). Sum of RGB (Red+Green+Blue) = 2+155+161=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #029BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029BA1 is #FD645E. Grayscale: #6D6D6D. Windows color (decimal): -16606303 or 10590978. OLE color: 10590978.
HSL color Cylindrical-coordinate representation of color #029BA1: hue angle of 182.26º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BA1 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 155 | 161 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.37 |
| HSL | 182.26º | 0.98% | 0.32% | - |
| HSV(B) | 182.26º | 0.99% | 0.63% | - |
| XYZ | 18.18 | 26.03 | 37.78 | - |
| YUV | 109.94 | 156.81 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 161 | 0.99 | 0.04 | 0 | 0.37 | 182.26 | 0.98 | 0.32 |
| Hex | 2 | 9B | A1 | 63 | 4 | 0 | 25 | B6 | 62 | 20 |
| Octal | 2 | 233 | 241 | 143 | 4 | 0 | 45 | 266 | 142 | 40 |
| Binary | 10 | 10011011 | 10100001 | 1100011 | 100 | 0 | 100101 | 10110110 | 1100010 | 100000 |
Color Harmonies of #029BA1
Complementary color
Monochromatic Colors of #029BA1
Black with #029BA1
Text Example
Text Example
White with #029BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BA1; }
p { color: rgb(2,155,161); }
H1.HeaderClassName
{
color: #029BA1;
}
.AnyTagClassName
{
color: #029BA1;
}
</style>
background-color css
<style>
a { background-color: #029BA1; }
a { background-color: rgb(2,155,161); }
div.DivClassName
{
background-color: #029BA1;
}
.BgClassName
{
background-color: #029BA1;
}
</style>
border-color css
<style>
span { border-color: #029BA1; }
span { border-color: rgb(2,155,161); }
td.TdClassName
{
border-color: #029BA1;
}
.TagClassName
{
border-color: #029BA1;
}
</style>