#019EA2

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

Shades of Persian Green #019EA2

Tints of Persian Green #019EA2

Color information

#019EA2 (or 0x019EA2) is unknown color: approx Persian Green. HEX triplet: 01, 9E and A2. RGB value is (1,158,162). Sum of RGB (Red+Green+Blue) = 1+158+162=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #019EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019EA2 is #FE615D. Grayscale: #6F6F6F. Windows color (decimal): -16671070 or 10657281. OLE color: 10657281.

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

Color convert

RGB1158162-
CMYK0.990.0200.36
HSL181.49º98.77%31.96%-
HSV(B)181.49º99.38%63.53%-
XYZ18.7627.0738.42-
YUV111.51156.4949.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 162 (63.67% from 255) = 50.47%
R=0.31%
G=49.22%
B=50.47%

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
Decimal11581620.990.0200.36181.4998.7731.96
Hex19EA2632024b56320
Octal1236242143204426514340
Binary110011110101000101100011100100100101101011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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