Html Css Color HEX #03B58B Persian Green

📋 copy color: '#03B58B'

red 3 ◦ green 181 ◦ blue 139

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

Shades of Persian Green #03B58B

Tints of Persian Green #03B58B

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

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#03B58B (or 0x03B58B) is known color: 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

RGB 3 181 139 -
CMYK 0.98 0 0.23 0.29
HSL 165.84º 0.97% 0.36% -
HSV(B) 165.84º 0.98% 0.71% -
XYZ 21.22 34.93 30.05 -
YUV 122.99 137.03 42.42 -
System Red Green Blue C M Y K H S L
Decimal 3 181 139 0.98 0 0.23 0.29 165.84 0.97 0.36
Hex 3 B5 8B 62 0 17 1D A6 61 24
Octal 3 265 213 142 0 27 35 246 141 44
Binary 11 10110101 10001011 1100010 0 10111 11101 10100110 1100001 100100

Color Harmonies of #03B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B58B

Black with #03B58B

Text Example


Text Example

White with #03B58B

Text Example


Text Example

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