#029EA3

Color #029EA3 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #029EA3

Tints of Persian Green #029EA3

Color information

#029EA3 (or 0x029EA3) is unknown color: approx Persian Green. HEX triplet: 02, 9E and A3. RGB value is (2,158,163). Sum of RGB (Red+Green+Blue) = 2+158+163=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #029EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029EA3 is #FD615C. Grayscale: #6F6F6F. Windows color (decimal): -16605533 or 10722818. OLE color: 10722818.

HSL color Cylindrical-coordinate representation of color #029EA3: hue angle of 181.86º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EA3 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2158163-
CMYK0.990.0300.36
HSL181.86º97.58%32.35%-
HSV(B)181.86º98.77%63.92%-
XYZ18.8627.1138.89-
YUV111.93156.8249.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=0.62%
G=48.92%
B=50.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21581630.990.0300.36181.8697.5832.35
Hex29EA3633024b66220
Octal2236243143304426614240
Binary1010011110101000111100011110100100101101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029EA3; }

 p { color: rgb(2,158,163); }

 H1.HeaderClassName
 {
   color: #029EA3;
 }
 .AnyTagClassName
 {
   color: #029EA3;
 }
</style>
background-color css

<style>
 a { background-color: #029EA3; }

 a { background-color: rgb(2,158,163); }

 div.DivClassName
 {
   background-color: #029EA3;
 }
 .BgClassName
 {
   background-color: #029EA3;
 }
</style>
border-color css

<style>
 span { border-color: #029EA3; }

 span { border-color: rgb(2,158,163); }

 td.TdClassName
 {
   border-color: #029EA3;
 }
 .TagClassName
 {
   border-color: #029EA3;
 }
</style>