Html Css Color HEX #20B380 Mountain Meadow

📋 copy color: '#20B380'

red 32 ◦ green 179 ◦ blue 128

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

Shades of Mountain Meadow #20B380

Tints of Mountain Meadow #20B380

RGB

 RED value IS 32 (12.89% from 255) = 9.44%

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

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 9.44%
G = 52.8%
B = 37.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#20B380 (or 0x20B380) is known color: Mountain Meadow. HEX triplet: 20, B3 and 80. RGB value is (32,179,128). Sum of RGB (Red+Green+Blue) = 32+179+128=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #20B380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B380 is #DF4C7F. Grayscale: #818181. Windows color (decimal): -14634112 or 8434464. OLE color: 8434464.

HSL color Cylindrical-coordinate representation of color #20B380: hue angle of 159.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B380 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 128 -
CMYK 0.82 0 0.28 0.30
HSL 159.18º 0.7% 0.41% -
HSV(B) 159.18º 0.82% 0.7% -
XYZ 20.61 34.11 25.92 -
YUV 129.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 32 179 128 0.82 0 0.28 0.30 159.18 0.7 0.41
Hex 20 B3 80 52 0 1C 1E 9F 46 29
Octal 40 263 200 122 0 34 36 237 106 51
Binary 100000 10110011 10000000 1010010 0 11100 11110 10011111 1000110 101001

Color Harmonies of #20B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B380

Black with #20B380

Text Example


Text Example

White with #20B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B380; }

 p { color: rgb(32,179,128); }

 H1.HeaderClassName
 {
   color: #20B380;
 }
 .AnyTagClassName
 {
   color: #20B380;
 }
</style>

background-color css

<style>
 a { background-color: #20B380; }

 a { background-color: rgb(32,179,128); }

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

border-color css

<style>
 span { border-color: #20B380; }

 span { border-color: rgb(32,179,128); }

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