Shades of Persian Green #029A92
Tints of Persian Green #029A92
RGB
CMYK
RGB Variations
Color information
#029A92 (or 0x029A92) is known color: Persian Green. HEX triplet: 02, 9A and 92. RGB value is (2,154,146). Sum of RGB (Red+Green+Blue) = 2+154+146=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #029A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A92 is #FD656D. Grayscale: #6B6B6B. Windows color (decimal): -16606574 or 9607682. OLE color: 9607682.
HSL color Cylindrical-coordinate representation of color #029A92: hue angle of 176.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A92 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 154 | 146 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.40 |
| HSL | 176.84º | 0.97% | 0.31% | - |
| HSV(B) | 176.84º | 0.99% | 0.6% | - |
| XYZ | 16.77 | 25.2 | 31.17 | - |
| YUV | 107.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 146 | 0.99 | 0 | 0.05 | 0.40 | 176.84 | 0.97 | 0.31 |
| Hex | 2 | 9A | 92 | 63 | 0 | 5 | 28 | B1 | 61 | 1F |
| Octal | 2 | 232 | 222 | 143 | 0 | 5 | 50 | 261 | 141 | 37 |
| Binary | 10 | 10011010 | 10010010 | 1100011 | 0 | 101 | 101000 | 10110001 | 1100001 | 11111 |
Color Harmonies of #029A92
Complementary color
Monochromatic Colors of #029A92
Black with #029A92
Text Example
Text Example
White with #029A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A92; }
p { color: rgb(2,154,146); }
H1.HeaderClassName
{
color: #029A92;
}
.AnyTagClassName
{
color: #029A92;
}
</style>
background-color css
<style>
a { background-color: #029A92; }
a { background-color: rgb(2,154,146); }
div.DivClassName
{
background-color: #029A92;
}
.BgClassName
{
background-color: #029A92;
}
</style>
border-color css
<style>
span { border-color: #029A92; }
span { border-color: rgb(2,154,146); }
td.TdClassName
{
border-color: #029A92;
}
.TagClassName
{
border-color: #029A92;
}
</style>