#29935C

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

Shades of Eucalyptus #29935C

Tints of Eucalyptus #29935C

Color information

#29935C (or 0x29935C) is unknown color: approx Eucalyptus. HEX triplet: 29, 93 and 5C. RGB value is (41,147,92). Sum of RGB (Red+Green+Blue) = 41+147+92=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #29935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29935C is #D66CA3. Grayscale: #6D6D6D. Windows color (decimal): -14052516 or 6066985. OLE color: 6066985.

HSL color Cylindrical-coordinate representation of color #29935C: hue angle of 148.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29935C is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB4114792-
CMYK0.7200.370.42
HSL148.87º56.38%36.86%-
HSV(B)148.87º72.11%57.65%-
XYZ13.2822.1113.69-
YUV109.04118.3879.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=14.64%
G=52.5%
B=32.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41147920.7200.370.42148.8756.3836.86
Hex29935C480252A953825
Octal51223134110045522257045
Binary1010011001001110111001001000010010110101010010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29935C; }

 p { color: rgb(41,147,92); }

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

<style>
 a { background-color: #29935C; }

 a { background-color: rgb(41,147,92); }

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

<style>
 span { border-color: #29935C; }

 span { border-color: rgb(41,147,92); }

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