Html Css Color HEX #20B349 Dark Pastel Green

📋 copy color: '#20B349'

red 32 ◦ green 179 ◦ blue 73

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

Shades of Dark Pastel Green #20B349

Tints of Dark Pastel Green #20B349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 11.27%
G = 63.03%
B = 25.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#20B349 (or 0x20B349) is known color: Dark Pastel Green. HEX triplet: 20, B3 and 49. RGB value is (32,179,73). Sum of RGB (Red+Green+Blue) = 32+179+73=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #20B349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B349 is #DF4CB6. Grayscale: #7B7B7B. Windows color (decimal): -14634167 or 4829984. OLE color: 4829984.

HSL color Cylindrical-coordinate representation of color #20B349: hue angle of 136.73º 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 #20B349 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 73 -
CMYK 0.82 0 0.59 0.30
HSL 136.73º 0.7% 0.41% -
HSV(B) 136.73º 0.82% 0.7% -
XYZ 17.92 33.03 11.73 -
YUV 122.96 99.8 63.12 -
System Red Green Blue C M Y K H S L
Decimal 32 179 73 0.82 0 0.59 0.30 136.73 0.7 0.41
Hex 20 B3 49 52 0 3B 1E 89 46 29
Octal 40 263 111 122 0 73 36 211 106 51
Binary 100000 10110011 1001001 1010010 0 111011 11110 10001001 1000110 101001

Color Harmonies of #20B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B349

Black with #20B349

Text Example


Text Example

White with #20B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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