Html Css Color HEX #029EA2 Persian Green

📋 copy color: '#029EA2'

red 2 ◦ green 158 ◦ blue 162

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

Shades of Persian Green #029EA2

Tints of Persian Green #029EA2

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 value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#029EA2 (or 0x029EA2) is known color: 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

RGB 2 158 162 -
CMYK 0.99 0.02 0 0.36
HSL 181.5º 0.98% 0.32% -
HSV(B) 181.5º 0.99% 0.64% -
XYZ 18.77 27.08 38.42 -
YUV 111.81 156.32 49.67 -
System Red Green Blue C M Y K H S L
Decimal 2 158 162 0.99 0.02 0 0.36 181.5 0.98 0.32
Hex 2 9E A2 63 2 0 24 B6 62 20
Octal 2 236 242 143 2 0 44 266 142 40
Binary 10 10011110 10100010 1100011 10 0 100100 10110110 1100010 100000

Color Harmonies of #029EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EA2

Black with #029EA2

Text Example


Text Example

White with #029EA2

Text Example


Text Example

HTML Codes & Css Web 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>