#29945E

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

Shades of Eucalyptus #29945E

Tints of Eucalyptus #29945E

Color information

#29945E (or 0x29945E) is unknown color: approx Eucalyptus. HEX triplet: 29, 94 and 5E. RGB value is (41,148,94). Sum of RGB (Red+Green+Blue) = 41+148+94=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #29945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29945E is #D66BA1. Grayscale: #6D6D6D. Windows color (decimal): -14052258 or 6198313. OLE color: 6198313.

HSL color Cylindrical-coordinate representation of color #29945E: hue angle of 149.72º 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 #29945E is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB4114894-
CMYK0.7200.360.42
HSL149.72º56.61%37.06%-
HSV(B)149.72º72.3%58.04%-
XYZ13.5222.4614.21-
YUV109.85119.0578.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=14.49%
G=52.30%
B=33.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41148940.7200.360.42149.7256.6137.06
Hex29945E480242A963925
Octal51224136110044522267145
Binary1010011001010010111101001000010010010101010010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29945E; }

 p { color: rgb(41,148,94); }

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

<style>
 a { background-color: #29945E; }

 a { background-color: rgb(41,148,94); }

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

<style>
 span { border-color: #29945E; }

 span { border-color: rgb(41,148,94); }

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