#20B44B

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

Shades of Dark Pastel Green #20B44B

Tints of Dark Pastel Green #20B44B

Color information

#20B44B (or 0x20B44B) is unknown color: approx Dark Pastel Green. HEX triplet: 20, B4 and 4B. RGB value is (32,180,75). Sum of RGB (Red+Green+Blue) = 32+180+75=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #20B44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B44B is #DF4BB4. Grayscale: #7C7C7C. Windows color (decimal): -14633909 or 4961312. OLE color: 4961312.

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

Color convert

RGB3218075-
CMYK0.8200.580.29
HSL137.43º69.81%41.57%-
HSV(B)137.43º82.22%70.59%-
XYZ18.1933.4612.16-
YUV123.78100.4762.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=11.15%
G=62.72%
B=26.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32180750.8200.580.29137.4369.8141.57
Hex20B44B5203A1D89462a
Octal402641131220723521110652
Binary1000001011010010010111010010011101011101100010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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