Shades of Persian Green #029F9B
Tints of Persian Green #029F9B
RGB
CMYK
RGB Variations
Color information
#029F9B (or 0x029F9B) is known color: Persian Green. HEX triplet: 02, 9F and 9B. RGB value is (2,159,155). Sum of RGB (Red+Green+Blue) = 2+159+155=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #029F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029F9B is #FD6064. Grayscale: #6F6F6F. Windows color (decimal): -16605285 or 10198786. OLE color: 10198786.
HSL color Cylindrical-coordinate representation of color #029F9B: hue angle of 178.47º 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 #029F9B is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 155 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.38 |
| HSL | 178.47º | 0.98% | 0.32% | - |
| HSV(B) | 178.47º | 0.99% | 0.62% | - |
| XYZ | 18.34 | 27.18 | 35.29 | - |
| YUV | 111.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 155 | 0.99 | 0 | 0.03 | 0.38 | 178.47 | 0.98 | 0.32 |
| Hex | 2 | 9F | 9B | 63 | 0 | 3 | 26 | B2 | 62 | 20 |
| Octal | 2 | 237 | 233 | 143 | 0 | 3 | 46 | 262 | 142 | 40 |
| Binary | 10 | 10011111 | 10011011 | 1100011 | 0 | 11 | 100110 | 10110010 | 1100010 | 100000 |
Color Harmonies of #029F9B
Complementary color
Monochromatic Colors of #029F9B
Black with #029F9B
Text Example
Text Example
White with #029F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F9B; }
p { color: rgb(2,159,155); }
H1.HeaderClassName
{
color: #029F9B;
}
.AnyTagClassName
{
color: #029F9B;
}
</style>
background-color css
<style>
a { background-color: #029F9B; }
a { background-color: rgb(2,159,155); }
div.DivClassName
{
background-color: #029F9B;
}
.BgClassName
{
background-color: #029F9B;
}
</style>
border-color css
<style>
span { border-color: #029F9B; }
span { border-color: rgb(2,159,155); }
td.TdClassName
{
border-color: #029F9B;
}
.TagClassName
{
border-color: #029F9B;
}
</style>