#29915F

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

Shades of Eucalyptus #29915F

Tints of Eucalyptus #29915F

Color information

#29915F (or 0x29915F) is unknown color: approx Eucalyptus. HEX triplet: 29, 91 and 5F. RGB value is (41,145,95). Sum of RGB (Red+Green+Blue) = 41+145+95=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #29915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29915F is #D66EA0. Grayscale: #6C6C6C. Windows color (decimal): -14053025 or 6263081. OLE color: 6263081.

HSL color Cylindrical-coordinate representation of color #29915F: hue angle of 151.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29915F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB4114595-
CMYK0.7200.340.43
HSL151.15º55.91%36.47%-
HSV(B)151.15º71.72%56.86%-
XYZ13.1121.5514.3-
YUV108.2120.5480.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=14.59%
G=51.60%
B=33.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41145950.7200.340.43151.1555.9136.47
Hex29915F480222B973824
Octal51221137110042532277044
Binary1010011001000110111111001000010001010101110010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29915F; }

 p { color: rgb(41,145,95); }

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

<style>
 a { background-color: #29915F; }

 a { background-color: rgb(41,145,95); }

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

<style>
 span { border-color: #29915F; }

 span { border-color: rgb(41,145,95); }

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