Shades of Persian Green #029FA4
Tints of Persian Green #029FA4
RGB
CMYK
RGB Variations
Color information
#029FA4 (or 0x029FA4) is known color: Persian Green. HEX triplet: 02, 9F and A4. RGB value is (2,159,164). Sum of RGB (Red+Green+Blue) = 2+159+164=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #029FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029FA4 is #FD605B. Grayscale: #707070. Windows color (decimal): -16605276 or 10788610. OLE color: 10788610.
HSL color Cylindrical-coordinate representation of color #029FA4: hue angle of 181.85º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FA4 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 159 | 164 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.36 |
| HSL | 181.85º | 0.98% | 0.33% | - |
| HSV(B) | 181.85º | 0.99% | 0.64% | - |
| XYZ | 19.12 | 27.49 | 39.42 | - |
| YUV | 112.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 164 | 0.99 | 0.03 | 0 | 0.36 | 181.85 | 0.98 | 0.33 |
| Hex | 2 | 9F | A4 | 63 | 3 | 0 | 24 | B6 | 62 | 21 |
| Octal | 2 | 237 | 244 | 143 | 3 | 0 | 44 | 266 | 142 | 41 |
| Binary | 10 | 10011111 | 10100100 | 1100011 | 11 | 0 | 100100 | 10110110 | 1100010 | 100001 |
Color Harmonies of #029FA4
Complementary color
Monochromatic Colors of #029FA4
Black with #029FA4
Text Example
Text Example
White with #029FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FA4; }
p { color: rgb(2,159,164); }
H1.HeaderClassName
{
color: #029FA4;
}
.AnyTagClassName
{
color: #029FA4;
}
</style>
background-color css
<style>
a { background-color: #029FA4; }
a { background-color: rgb(2,159,164); }
div.DivClassName
{
background-color: #029FA4;
}
.BgClassName
{
background-color: #029FA4;
}
</style>
border-color css
<style>
span { border-color: #029FA4; }
span { border-color: rgb(2,159,164); }
td.TdClassName
{
border-color: #029FA4;
}
.TagClassName
{
border-color: #029FA4;
}
</style>