Html Css Color HEX #029A9D Persian Green

📋 copy color: '#029A9D'

red 2 ◦ green 154 ◦ blue 157

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

Shades of Persian Green #029A9D

Tints of Persian Green #029A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 0.64%
G = 49.2%
B = 50.16%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#029A9D (or 0x029A9D) is known color: Persian Green. HEX triplet: 02, 9A and 9D. RGB value is (2,154,157). Sum of RGB (Red+Green+Blue) = 2+154+157=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #029A9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A9D is #FD6562. Grayscale: #6C6C6C. Windows color (decimal): -16606563 or 10328578. OLE color: 10328578.

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

Color convert

RGB 2 154 157 -
CMYK 0.99 0.02 0 0.38
HSL 181.16º 0.97% 0.31% -
HSV(B) 181.16º 0.99% 0.62% -
XYZ 17.67 25.56 35.9 -
YUV 108.89 155.14 51.76 -
System Red Green Blue C M Y K H S L
Decimal 2 154 157 0.99 0.02 0 0.38 181.16 0.97 0.31
Hex 2 9A 9D 63 2 0 26 B5 61 1F
Octal 2 232 235 143 2 0 46 265 141 37
Binary 10 10011010 10011101 1100011 10 0 100110 10110101 1100001 11111

Color Harmonies of #029A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029A9D

Black with #029A9D

Text Example


Text Example

White with #029A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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