Html Css Color HEX #20B949 Dark Pastel Green

📋 copy color: '#20B949'

red 32 ◦ green 185 ◦ blue 73

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

Shades of Dark Pastel Green #20B949

Tints of Dark Pastel Green #20B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

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

R = 11.03%
G = 63.79%
B = 25.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#20B949 (or 0x20B949) is known color: Dark Pastel Green. HEX triplet: 20, B9 and 49. RGB value is (32,185,73). Sum of RGB (Red+Green+Blue) = 32+185+73=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #20B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B949 is #DF46B6. Grayscale: #7E7E7E. Windows color (decimal): -14632631 or 4831520. OLE color: 4831520.

HSL color Cylindrical-coordinate representation of color #20B949: hue angle of 136.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B949 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 185 73 -
CMYK 0.83 0 0.61 0.27
HSL 136.08º 0.71% 0.43% -
HSV(B) 136.08º 0.83% 0.73% -
XYZ 19.15 35.49 12.14 -
YUV 126.49 97.81 60.61 -
System Red Green Blue C M Y K H S L
Decimal 32 185 73 0.83 0 0.61 0.27 136.08 0.71 0.43
Hex 20 B9 49 53 0 3D 1B 88 47 2B
Octal 40 271 111 123 0 75 33 210 107 53
Binary 100000 10111001 1001001 1010011 0 111101 11011 10001000 1000111 101011

Color Harmonies of #20B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B949

Black with #20B949

Text Example


Text Example

White with #20B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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