#29955A

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

Shades of Eucalyptus #29955A

Tints of Eucalyptus #29955A

Color information

#29955A (or 0x29955A) is unknown color: approx Eucalyptus. HEX triplet: 29, 95 and 5A. RGB value is (41,149,90). Sum of RGB (Red+Green+Blue) = 41+149+90=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #29955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29955A is #D66AA5. Grayscale: #6E6E6E. Windows color (decimal): -14052006 or 5936425. OLE color: 5936425.

HSL color Cylindrical-coordinate representation of color #29955A: hue angle of 147.22º degrees, saturation: 0.57, 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 #29955A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB4114990-
CMYK0.7200.400.42
HSL147.22º56.84%37.25%-
HSV(B)147.22º72.48%58.43%-
XYZ13.5122.713.34-
YUV109.98116.7278.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=14.64%
G=53.21%
B=32.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41149900.7200.400.42147.2256.8437.25
Hex29955A480282A933925
Octal51225132110050522237145
Binary1010011001010110110101001000010100010101010010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29955A; }

 p { color: rgb(41,149,90); }

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

<style>
 a { background-color: #29955A; }

 a { background-color: rgb(41,149,90); }

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

<style>
 span { border-color: #29955A; }

 span { border-color: rgb(41,149,90); }

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