#20B45C

Color #20B45C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #20B45C

Tints of Eucalyptus #20B45C

Color information

#20B45C (or 0x20B45C) is unknown color: approx Eucalyptus. HEX triplet: 20, B4 and 5C. RGB value is (32,180,92). Sum of RGB (Red+Green+Blue) = 32+180+92=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #20B45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B45C is #DF4BA3. Grayscale: #7D7D7D. Windows color (decimal): -14633892 or 6075424. OLE color: 6075424.

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

Color convert

RGB3218092-
CMYK0.8200.490.29
HSL144.32º69.81%41.57%-
HSV(B)144.32º82.22%70.59%-
XYZ18.8533.7215.64-
YUV125.72108.9761.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 180 (70.70% from 255) = 59.21%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=10.53%
G=59.21%
B=30.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32180920.8200.490.29144.3269.8141.57
Hex20B45C520311D90462a
Octal402641341220613522010652
Binary1000001011010010111001010010011000111101100100001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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