Html Css Color HEX #20B449 Dark Pastel Green

📋 copy color: '#20B449'

red 32 ◦ green 180 ◦ blue 73

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

Shades of Dark Pastel Green #20B449

Tints of Dark Pastel Green #20B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 63.16%

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

R = 11.23%
G = 63.16%
B = 25.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#20B449 (or 0x20B449) is known color: Dark Pastel Green. HEX triplet: 20, B4 and 49. RGB value is (32,180,73). Sum of RGB (Red+Green+Blue) = 32+180+73=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #20B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B449 is #DF4BB6. Grayscale: #7B7B7B. Windows color (decimal): -14633911 or 4830240. OLE color: 4830240.

HSL color Cylindrical-coordinate representation of color #20B449: hue angle of 136.62º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B449 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 180 73 -
CMYK 0.82 0 0.59 0.29
HSL 136.62º 0.7% 0.42% -
HSV(B) 136.62º 0.82% 0.71% -
XYZ 18.12 33.43 11.8 -
YUV 123.55 99.47 62.7 -
System Red Green Blue C M Y K H S L
Decimal 32 180 73 0.82 0 0.59 0.29 136.62 0.7 0.42
Hex 20 B4 49 52 0 3B 1D 89 46 2A
Octal 40 264 111 122 0 73 35 211 106 52
Binary 100000 10110100 1001001 1010010 0 111011 11101 10001001 1000110 101010

Color Harmonies of #20B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B449

Black with #20B449

Text Example


Text Example

White with #20B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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