#20B35C

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

Shades of Eucalyptus #20B35C

Tints of Eucalyptus #20B35C

Color information

#20B35C (or 0x20B35C) is unknown color: approx Eucalyptus. HEX triplet: 20, B3 and 5C. RGB value is (32,179,92). Sum of RGB (Red+Green+Blue) = 32+179+92=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #20B35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B35C is #DF4CA3. Grayscale: #7D7D7D. Windows color (decimal): -14634148 or 6075168. OLE color: 6075168.

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

Color convert

RGB3217992-
CMYK0.8200.490.30
HSL144.49º69.67%41.37%-
HSV(B)144.49º82.12%70.2%-
XYZ18.6533.3215.57-
YUV125.13109.361.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 179 (70.31% from 255) = 59.08%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=10.56%
G=59.08%
B=30.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32179920.8200.490.30144.4969.6741.37
Hex20B35C520311E904629
Octal402631341220613622010651
Binary1000001011001110111001010010011000111110100100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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