#29965F

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

Shades of Eucalyptus #29965F

Tints of Eucalyptus #29965F

Color information

#29965F (or 0x29965F) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 5F. RGB value is (41,150,95). Sum of RGB (Red+Green+Blue) = 41+150+95=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #29965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29965F is #D669A0. Grayscale: #6F6F6F. Windows color (decimal): -14051745 or 6264361. OLE color: 6264361.

HSL color Cylindrical-coordinate representation of color #29965F: hue angle of 149.72º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29965F is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB4115095-
CMYK0.7300.370.41
HSL149.72º57.07%37.45%-
HSV(B)149.72º72.67%58.82%-
XYZ13.8923.1114.56-
YUV111.14118.8977.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=14.34%
G=52.45%
B=33.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150950.7300.370.41149.7257.0737.45
Hex29965F4902529963925
Octal51226137111045512267145
Binary1010011001011010111111001001010010110100110010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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