Html Css Color HEX #049EA2 Persian Green

📋 copy color: '#049EA2'

red 4 ◦ green 158 ◦ blue 162

#049EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #049EA2

Tints of Persian Green #049EA2

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

 GREEN value IS 158 (62.11% from 255) = 48.77%

 BLUE value IS 162 (63.67% from 255) = 50%

R = 1.23%
G = 48.77%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#049EA2 (or 0x049EA2) is known color: Persian Green. HEX triplet: 04, 9E and A2. RGB value is (4,158,162). Sum of RGB (Red+Green+Blue) = 4+158+162=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #049EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049EA2 is #FB615D. Grayscale: #707070. Windows color (decimal): -16474462 or 10657284. OLE color: 10657284.

HSL color Cylindrical-coordinate representation of color #049EA2: hue angle of 181.52º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EA2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 158 162 -
CMYK 0.98 0.02 0 0.36
HSL 181.52º 0.95% 0.33% -
HSV(B) 181.52º 0.98% 0.64% -
XYZ 18.8 27.09 38.42 -
YUV 112.41 155.98 50.67 -
System Red Green Blue C M Y K H S L
Decimal 4 158 162 0.98 0.02 0 0.36 181.52 0.95 0.33
Hex 4 9E A2 62 2 0 24 B6 5F 21
Octal 4 236 242 142 2 0 44 266 137 41
Binary 100 10011110 10100010 1100010 10 0 100100 10110110 1011111 100001

Color Harmonies of #049EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EA2

Black with #049EA2

Text Example


Text Example

White with #049EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #049EA2;
 }
 .AnyTagClassName
 {
   color: #049EA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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