#03B58B

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

Shades of Persian Green #03B58B

Tints of Persian Green #03B58B

Color information

#03B58B (or 0x03B58B) is unknown color: approx Persian Green. HEX triplet: 03, B5 and 8B. RGB value is (3,181,139). Sum of RGB (Red+Green+Blue) = 3+181+139=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #03B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B58B is #FC4A74. Grayscale: #7A7A7A. Windows color (decimal): -16534133 or 9155843. OLE color: 9155843.

HSL color Cylindrical-coordinate representation of color #03B58B: hue angle of 165.84º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B58B is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB3181139-
CMYK0.9800.230.29
HSL165.84º96.74%36.08%-
HSV(B)165.84º98.34%70.98%-
XYZ21.2234.9330.05-
YUV122.99137.0342.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=0.93%
G=56.04%
B=43.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31811390.9800.230.29165.8496.7436.08
Hex3B58B620171Da66124
Octal32652131420273524614144
Binary111011010110001011110001001011111101101001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,181,139); }

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

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

 a { background-color: rgb(3,181,139); }

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

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

 span { border-color: rgb(3,181,139); }

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