#29995D

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

Shades of Eucalyptus #29995D

Tints of Eucalyptus #29995D

Color information

#29995D (or 0x29995D) is unknown color: approx Eucalyptus. HEX triplet: 29, 99 and 5D. RGB value is (41,153,93). Sum of RGB (Red+Green+Blue) = 41+153+93=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #29995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29995D is #D666A2. Grayscale: #707070. Windows color (decimal): -14050979 or 6134057. OLE color: 6134057.

HSL color Cylindrical-coordinate representation of color #29995D: hue angle of 147.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29995D is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB4115393-
CMYK0.7300.390.4
HSL147.86º57.73%38.04%-
HSV(B)147.86º73.2%60%-
XYZ14.2824.0414.24-
YUV112.67116.8976.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=14.29%
G=53.31%
B=32.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41153930.7300.390.4147.8657.7338.04
Hex29995D4902728943a26
Octal51231135111047502247246
Binary1010011001100110111011001001010011110100010010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29995D; }

 p { color: rgb(41,153,93); }

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

<style>
 a { background-color: #29995D; }

 a { background-color: rgb(41,153,93); }

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

<style>
 span { border-color: #29995D; }

 span { border-color: rgb(41,153,93); }

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