Html Css Color HEX #029A9E Persian Green

📋 copy color: '#029A9E'

red 2 ◦ green 154 ◦ blue 158

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

Shades of Persian Green #029A9E

Tints of Persian Green #029A9E

RGB

 RED value IS 2 (1.17% from 255) = 0.64%

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 158 (62.11% from 255) = 50.32%

R = 0.64%
G = 49.04%
B = 50.32%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#029A9E (or 0x029A9E) is known color: Persian Green. HEX triplet: 02, 9A and 9E. RGB value is (2,154,158). Sum of RGB (Red+Green+Blue) = 2+154+158=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #029A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A9E is #FD6561. Grayscale: #6C6C6C. Windows color (decimal): -16606562 or 10394114. OLE color: 10394114.

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

Color convert

RGB 2 154 158 -
CMYK 0.99 0.03 0 0.38
HSL 181.54º 0.98% 0.31% -
HSV(B) 181.54º 0.99% 0.62% -
XYZ 17.75 25.59 36.35 -
YUV 109.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 2 154 158 0.99 0.03 0 0.38 181.54 0.98 0.31
Hex 2 9A 9E 63 3 0 26 B6 62 1F
Octal 2 232 236 143 3 0 46 266 142 37
Binary 10 10011010 10011110 1100011 11 0 100110 10110110 1100010 11111

Color Harmonies of #029A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029A9E

Black with #029A9E

Text Example


Text Example

White with #029A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #029A9E;
 }
 .AnyTagClassName
 {
   color: #029A9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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