Shades of Persian Green #039EA2
Tints of Persian Green #039EA2
RGB
CMYK
RGB Variations
Color information
#039EA2 (or 0x039EA2) is known color: Persian Green. HEX triplet: 03, 9E and A2. RGB value is (3,158,162). Sum of RGB (Red+Green+Blue) = 3+158+162=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #039EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039EA2 is #FC615D. Grayscale: #6F6F6F. Windows color (decimal): -16539998 or 10657283. OLE color: 10657283.
HSL color Cylindrical-coordinate representation of color #039EA2: hue angle of 181.51º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039EA2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 158 | 162 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.36 |
| HSL | 181.51º | 0.96% | 0.32% | - |
| HSV(B) | 181.51º | 0.98% | 0.64% | - |
| XYZ | 18.79 | 27.08 | 38.42 | - |
| YUV | 112.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 162 | 0.98 | 0.02 | 0 | 0.36 | 181.51 | 0.96 | 0.32 |
| Hex | 3 | 9E | A2 | 62 | 2 | 0 | 24 | B6 | 60 | 20 |
| Octal | 3 | 236 | 242 | 142 | 2 | 0 | 44 | 266 | 140 | 40 |
| Binary | 11 | 10011110 | 10100010 | 1100010 | 10 | 0 | 100100 | 10110110 | 1100000 | 100000 |
Color Harmonies of #039EA2
Complementary color
Monochromatic Colors of #039EA2
Black with #039EA2
Text Example
Text Example
White with #039EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EA2; }
p { color: rgb(3,158,162); }
H1.HeaderClassName
{
color: #039EA2;
}
.AnyTagClassName
{
color: #039EA2;
}
</style>
background-color css
<style>
a { background-color: #039EA2; }
a { background-color: rgb(3,158,162); }
div.DivClassName
{
background-color: #039EA2;
}
.BgClassName
{
background-color: #039EA2;
}
</style>
border-color css
<style>
span { border-color: #039EA2; }
span { border-color: rgb(3,158,162); }
td.TdClassName
{
border-color: #039EA2;
}
.TagClassName
{
border-color: #039EA2;
}
</style>