Html Css Color HEX #03B482 Mountain Meadow

📋 copy color: '#03B482'

red 3 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #03B482

Tints of Mountain Meadow #03B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.51%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 0.96%
G = 57.51%
B = 41.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#03B482 (or 0x03B482) is known color: Mountain Meadow. HEX triplet: 03, B4 and 82. RGB value is (3,180,130). Sum of RGB (Red+Green+Blue) = 3+180+130=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #03B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B482 is #FC4B7D. Grayscale: #797979. Windows color (decimal): -16534398 or 8565763. OLE color: 8565763.

HSL color Cylindrical-coordinate representation of color #03B482: hue angle of 163.05º 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 #03B482 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 180 130 -
CMYK 0.98 0 0.28 0.29
HSL 163.05º 0.97% 0.36% -
HSV(B) 163.05º 0.98% 0.71% -
XYZ 20.39 34.27 26.66 -
YUV 121.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 3 180 130 0.98 0 0.28 0.29 163.05 0.97 0.36
Hex 3 B4 82 62 0 1C 1D A3 61 24
Octal 3 264 202 142 0 34 35 243 141 44
Binary 11 10110100 10000010 1100010 0 11100 11101 10100011 1100001 100100

Color Harmonies of #03B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B482

Black with #03B482

Text Example


Text Example

White with #03B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,180,130); }

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

background-color css

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

 a { background-color: rgb(3,180,130); }

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

border-color css

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

 span { border-color: rgb(3,180,130); }

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