Shades of Persian Green #029E94
Tints of Persian Green #029E94
RGB
CMYK
RGB Variations
Color information
#029E94 (or 0x029E94) is known color: Persian Green. HEX triplet: 02, 9E and 94. RGB value is (2,158,148). Sum of RGB (Red+Green+Blue) = 2+158+148=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #029E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029E94 is #FD616B. Grayscale: #6E6E6E. Windows color (decimal): -16605548 or 9739778. OLE color: 9739778.
HSL color Cylindrical-coordinate representation of color #029E94: hue angle of 176.15º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E94 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 148 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.38 |
| HSL | 176.15º | 0.98% | 0.31% | - |
| HSV(B) | 176.15º | 0.99% | 0.62% | - |
| XYZ | 17.6 | 26.6 | 32.22 | - |
| YUV | 110.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 148 | 0.99 | 0 | 0.06 | 0.38 | 176.15 | 0.98 | 0.31 |
| Hex | 2 | 9E | 94 | 63 | 0 | 6 | 26 | B0 | 62 | 1F |
| Octal | 2 | 236 | 224 | 143 | 0 | 6 | 46 | 260 | 142 | 37 |
| Binary | 10 | 10011110 | 10010100 | 1100011 | 0 | 110 | 100110 | 10110000 | 1100010 | 11111 |
Color Harmonies of #029E94
Complementary color
Monochromatic Colors of #029E94
Black with #029E94
Text Example
Text Example
White with #029E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E94; }
p { color: rgb(2,158,148); }
H1.HeaderClassName
{
color: #029E94;
}
.AnyTagClassName
{
color: #029E94;
}
</style>
background-color css
<style>
a { background-color: #029E94; }
a { background-color: rgb(2,158,148); }
div.DivClassName
{
background-color: #029E94;
}
.BgClassName
{
background-color: #029E94;
}
</style>
border-color css
<style>
span { border-color: #029E94; }
span { border-color: rgb(2,158,148); }
td.TdClassName
{
border-color: #029E94;
}
.TagClassName
{
border-color: #029E94;
}
</style>