#03A29D

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

Shades of Persian Green #03A29D

Tints of Persian Green #03A29D

Color information

#03A29D (or 0x03A29D) is unknown color: approx Persian Green. HEX triplet: 03, A2 and 9D. RGB value is (3,162,157). Sum of RGB (Red+Green+Blue) = 3+162+157=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #03A29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A29D is #FC5D62. Grayscale: #717171. Windows color (decimal): -16538979 or 10330627. OLE color: 10330627.

HSL color Cylindrical-coordinate representation of color #03A29D: hue angle of 178.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A29D is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB3162157-
CMYK0.9800.030.36
HSL178.11º96.36%32.35%-
HSV(B)178.11º98.15%63.53%-
XYZ19.0428.2936.36-
YUV113.89152.3248.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=0.93%
G=50.31%
B=48.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31621570.9800.030.36178.1196.3632.35
Hex3A29D620324b26020
Octal3242235142034426214040
Binary1110100010100111011100010011100100101100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A29D; }

 p { color: rgb(3,162,157); }

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

<style>
 a { background-color: #03A29D; }

 a { background-color: rgb(3,162,157); }

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

<style>
 span { border-color: #03A29D; }

 span { border-color: rgb(3,162,157); }

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