Html Css Color HEX #03B393 Persian Green

📋 copy color: '#03B393'

red 3 ◦ green 179 ◦ blue 147

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

Shades of Persian Green #03B393

Tints of Persian Green #03B393

RGB

 RED value IS 3 (1.56% from 255) = 0.91%

 GREEN value IS 179 (70.31% from 255) = 54.41%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 0.91%
G = 54.41%
B = 44.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#03B393 (or 0x03B393) is known color: Persian Green. HEX triplet: 03, B3 and 93. RGB value is (3,179,147). Sum of RGB (Red+Green+Blue) = 3+179+147=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #03B393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B393 is #FC4C6C. Grayscale: #7A7A7A. Windows color (decimal): -16534637 or 9679619. OLE color: 9679619.

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

Color convert

RGB 3 179 147 -
CMYK 0.98 0 0.18 0.30
HSL 169.09º 0.97% 0.36% -
HSV(B) 169.09º 0.98% 0.7% -
XYZ 21.42 34.37 33.11 -
YUV 122.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 3 179 147 0.98 0 0.18 0.30 169.09 0.97 0.36
Hex 3 B3 93 62 0 12 1E A9 61 24
Octal 3 263 223 142 0 22 36 251 141 44
Binary 11 10110011 10010011 1100010 0 10010 11110 10101001 1100001 100100

Color Harmonies of #03B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B393

Black with #03B393

Text Example


Text Example

White with #03B393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,179,147); }

 H1.HeaderClassName
 {
   color: #03B393;
 }
 .AnyTagClassName
 {
   color: #03B393;
 }
</style>

background-color css

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

 a { background-color: rgb(3,179,147); }

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

border-color css

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

 span { border-color: rgb(3,179,147); }

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