Html Css Color HEX #21B379 Mountain Meadow

📋 copy color: '#21B379'

red 33 ◦ green 179 ◦ blue 121

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

Shades of Mountain Meadow #21B379

Tints of Mountain Meadow #21B379

RGB

 RED value IS 33 (13.28% from 255) = 9.91%

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

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 9.91%
G = 53.75%
B = 36.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#21B379 (or 0x21B379) is known color: Mountain Meadow. HEX triplet: 21, B3 and 79. RGB value is (33,179,121). Sum of RGB (Red+Green+Blue) = 33+179+121=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #21B379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B379 is #DE4C86. Grayscale: #808080. Windows color (decimal): -14568583 or 7975713. OLE color: 7975713.

HSL color Cylindrical-coordinate representation of color #21B379: hue angle of 156.16º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B379 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 179 121 -
CMYK 0.82 0 0.32 0.30
HSL 156.16º 0.69% 0.42% -
HSV(B) 156.16º 0.82% 0.7% -
XYZ 20.2 33.94 23.58 -
YUV 128.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 33 179 121 0.82 0 0.32 0.30 156.16 0.69 0.42
Hex 21 B3 79 52 0 20 1E 9C 45 2A
Octal 41 263 171 122 0 40 36 234 105 52
Binary 100001 10110011 1111001 1010010 0 100000 11110 10011100 1000101 101010

Color Harmonies of #21B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B379

Black with #21B379

Text Example


Text Example

White with #21B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B379; }

 p { color: rgb(33,179,121); }

 H1.HeaderClassName
 {
   color: #21B379;
 }
 .AnyTagClassName
 {
   color: #21B379;
 }
</style>

background-color css

<style>
 a { background-color: #21B379; }

 a { background-color: rgb(33,179,121); }

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

border-color css

<style>
 span { border-color: #21B379; }

 span { border-color: rgb(33,179,121); }

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