#20B44A

Color #20B44A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #20B44A

Tints of Dark Pastel Green #20B44A

Color information

#20B44A (or 0x20B44A) is unknown color: approx Dark Pastel Green. HEX triplet: 20, B4 and 4A. RGB value is (32,180,74). Sum of RGB (Red+Green+Blue) = 32+180+74=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #20B44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B44A is #DF4BB5. Grayscale: #7B7B7B. Windows color (decimal): -14633910 or 4895776. OLE color: 4895776.

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

Color convert

RGB3218074-
CMYK0.8200.590.29
HSL137.03º69.81%41.57%-
HSV(B)137.03º82.22%70.59%-
XYZ18.1533.4411.98-
YUV123.6699.9762.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=11.19%
G=62.94%
B=25.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32180740.8200.590.29137.0369.8141.57
Hex20B44A5203B1D89462a
Octal402641121220733521110652
Binary1000001011010010010101010010011101111101100010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20B44A;
 }
 .AnyTagClassName
 {
   color: #20B44A;
 }
</style>
background-color css

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

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

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

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

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

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