Shades of Persian Green #029F8E
Tints of Persian Green #029F8E
RGB
CMYK
RGB Variations
Color information
#029F8E (or 0x029F8E) is known color: Persian Green. HEX triplet: 02, 9F and 8E. RGB value is (2,159,142). Sum of RGB (Red+Green+Blue) = 2+159+142=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #029F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029F8E is #FD6071. Grayscale: #6E6E6E. Windows color (decimal): -16605298 or 9346818. OLE color: 9346818.
HSL color Cylindrical-coordinate representation of color #029F8E: hue angle of 173.5º 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 #029F8E is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 142 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.38 |
| HSL | 173.5º | 0.98% | 0.32% | - |
| HSV(B) | 173.5º | 0.99% | 0.62% | - |
| XYZ | 17.31 | 26.76 | 29.84 | - |
| YUV | 110.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 142 | 0.99 | 0 | 0.11 | 0.38 | 173.5 | 0.98 | 0.32 |
| Hex | 2 | 9F | 8E | 63 | 0 | B | 26 | AE | 62 | 20 |
| Octal | 2 | 237 | 216 | 143 | 0 | 13 | 46 | 256 | 142 | 40 |
| Binary | 10 | 10011111 | 10001110 | 1100011 | 0 | 1011 | 100110 | 10101110 | 1100010 | 100000 |
Color Harmonies of #029F8E
Complementary color
Monochromatic Colors of #029F8E
Black with #029F8E
Text Example
Text Example
White with #029F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F8E; }
p { color: rgb(2,159,142); }
H1.HeaderClassName
{
color: #029F8E;
}
.AnyTagClassName
{
color: #029F8E;
}
</style>
background-color css
<style>
a { background-color: #029F8E; }
a { background-color: rgb(2,159,142); }
div.DivClassName
{
background-color: #029F8E;
}
.BgClassName
{
background-color: #029F8E;
}
</style>
border-color css
<style>
span { border-color: #029F8E; }
span { border-color: rgb(2,159,142); }
td.TdClassName
{
border-color: #029F8E;
}
.TagClassName
{
border-color: #029F8E;
}
</style>