#20B35D

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

Shades of Eucalyptus #20B35D

Tints of Eucalyptus #20B35D

Color information

#20B35D (or 0x20B35D) is unknown color: approx Eucalyptus. HEX triplet: 20, B3 and 5D. RGB value is (32,179,93). Sum of RGB (Red+Green+Blue) = 32+179+93=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #20B35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B35D is #DF4CA2. Grayscale: #7D7D7D. Windows color (decimal): -14634147 or 6140704. OLE color: 6140704.

HSL color Cylindrical-coordinate representation of color #20B35D: hue angle of 144.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B35D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB3217993-
CMYK0.8200.480.30
HSL144.9º69.67%41.37%-
HSV(B)144.9º82.12%70.2%-
XYZ18.6933.3415.81-
YUV125.24109.861.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 179 (70.31% from 255) = 58.88%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=10.53%
G=58.88%
B=30.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32179930.8200.480.30144.969.6741.37
Hex20B35D520301E914629
Octal402631351220603622110651
Binary1000001011001110111011010010011000011110100100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,179,93); }

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

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

 a { background-color: rgb(32,179,93); }

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

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

 span { border-color: rgb(32,179,93); }

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