#029EA2

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

Shades of Persian Green #029EA2

Tints of Persian Green #029EA2

Color information

#029EA2 (or 0x029EA2) is unknown color: approx Persian Green. HEX triplet: 02, 9E and A2. RGB value is (2,158,162). Sum of RGB (Red+Green+Blue) = 2+158+162=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #029EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029EA2 is #FD615D. Grayscale: #6F6F6F. Windows color (decimal): -16605534 or 10657282. OLE color: 10657282.

HSL color Cylindrical-coordinate representation of color #029EA2: hue angle of 181.5º 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 #029EA2 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2158162-
CMYK0.990.0200.36
HSL181.5º97.56%32.16%-
HSV(B)181.5º98.77%63.53%-
XYZ18.7727.0838.42-
YUV111.81156.3249.67-

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) = 49.07%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=0.62%
G=49.07%
B=50.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21581620.990.0200.36181.597.5632.16
Hex29EA2632024b66220
Octal2236242143204426614240
Binary1010011110101000101100011100100100101101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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