Html Css Color HEX #01B382 Mountain Meadow

📋 copy color: '#01B382'

red 1 ◦ green 179 ◦ blue 130

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

Shades of Mountain Meadow #01B382

Tints of Mountain Meadow #01B382

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

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

R = 0.32%
G = 57.74%
B = 41.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#01B382 (or 0x01B382) is known color: Mountain Meadow. HEX triplet: 01, B3 and 82. RGB value is (1,179,130). Sum of RGB (Red+Green+Blue) = 1+179+130=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #01B382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B382 is #FE4C7D. Grayscale: #787878. Windows color (decimal): -16665726 or 8565505. OLE color: 8565505.

HSL color Cylindrical-coordinate representation of color #01B382: hue angle of 163.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B382 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 130 -
CMYK 0.99 0 0.27 0.30
HSL 163.48º 0.99% 0.35% -
HSV(B) 163.48º 0.99% 0.7% -
XYZ 20.16 33.86 26.59 -
YUV 120.19 133.53 42.98 -
System Red Green Blue C M Y K H S L
Decimal 1 179 130 0.99 0 0.27 0.30 163.48 0.99 0.35
Hex 1 B3 82 63 0 1B 1E A3 63 23
Octal 1 263 202 143 0 33 36 243 143 43
Binary 1 10110011 10000010 1100011 0 11011 11110 10100011 1100011 100011

Color Harmonies of #01B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B382

Black with #01B382

Text Example


Text Example

White with #01B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B382; }

 p { color: rgb(1,179,130); }

 H1.HeaderClassName
 {
   color: #01B382;
 }
 .AnyTagClassName
 {
   color: #01B382;
 }
</style>

background-color css

<style>
 a { background-color: #01B382; }

 a { background-color: rgb(1,179,130); }

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

border-color css

<style>
 span { border-color: #01B382; }

 span { border-color: rgb(1,179,130); }

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