#29956A

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

Shades of Eucalyptus #29956A

Tints of Eucalyptus #29956A

Color information

#29956A (or 0x29956A) is unknown color: approx Eucalyptus. HEX triplet: 29, 95 and 6A. RGB value is (41,149,106). Sum of RGB (Red+Green+Blue) = 41+149+106=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #29956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29956A is #D66A95. Grayscale: #6F6F6F. Windows color (decimal): -14051990 or 6985001. OLE color: 6985001.

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

Color convert

RGB41149106-
CMYK0.7200.290.42
HSL156.11º56.84%37.25%-
HSV(B)156.11º72.48%58.43%-
XYZ14.2623.0117.32-
YUV111.81124.7277.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=13.85%
G=50.34%
B=35.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411491060.7200.290.42156.1156.8437.25
Hex29956A4801D2A9c3925
Octal51225152110035522347145
Binary101001100101011101010100100001110110101010011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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