Shades of Persian Green #029F87
Tints of Persian Green #029F87
RGB
CMYK
RGB Variations
Color information
#029F87 (or 0x029F87) is known color: Persian Green. HEX triplet: 02, 9F and 87. RGB value is (2,159,135). Sum of RGB (Red+Green+Blue) = 2+159+135=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #029F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029F87 is #FD6078. Grayscale: #6D6D6D. Windows color (decimal): -16605305 or 8888066. OLE color: 8888066.
HSL color Cylindrical-coordinate representation of color #029F87: hue angle of 170.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F87 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 135 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.38 |
| HSL | 170.83º | 0.98% | 0.32% | - |
| HSV(B) | 170.83º | 0.99% | 0.62% | - |
| XYZ | 16.8 | 26.56 | 27.16 | - |
| YUV | 109.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 135 | 0.99 | 0 | 0.15 | 0.38 | 170.83 | 0.98 | 0.32 |
| Hex | 2 | 9F | 87 | 63 | 0 | F | 26 | AB | 62 | 20 |
| Octal | 2 | 237 | 207 | 143 | 0 | 17 | 46 | 253 | 142 | 40 |
| Binary | 10 | 10011111 | 10000111 | 1100011 | 0 | 1111 | 100110 | 10101011 | 1100010 | 100000 |
Color Harmonies of #029F87
Complementary color
Monochromatic Colors of #029F87
Black with #029F87
Text Example
Text Example
White with #029F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F87; }
p { color: rgb(2,159,135); }
H1.HeaderClassName
{
color: #029F87;
}
.AnyTagClassName
{
color: #029F87;
}
</style>
background-color css
<style>
a { background-color: #029F87; }
a { background-color: rgb(2,159,135); }
div.DivClassName
{
background-color: #029F87;
}
.BgClassName
{
background-color: #029F87;
}
</style>
border-color css
<style>
span { border-color: #029F87; }
span { border-color: rgb(2,159,135); }
td.TdClassName
{
border-color: #029F87;
}
.TagClassName
{
border-color: #029F87;
}
</style>