#29966A

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

Shades of Eucalyptus #29966A

Tints of Eucalyptus #29966A

Color information

#29966A (or 0x29966A) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 6A. RGB value is (41,150,106). Sum of RGB (Red+Green+Blue) = 41+150+106=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #29966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29966A is #D66995. Grayscale: #707070. Windows color (decimal): -14051734 or 6985257. OLE color: 6985257.

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

Color convert

RGB41150106-
CMYK0.7300.290.41
HSL155.78º57.07%37.45%-
HSV(B)155.78º72.67%58.82%-
XYZ14.4223.3217.38-
YUV112.39124.3977.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=13.80%
G=50.51%
B=35.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501060.7300.290.41155.7857.0737.45
Hex29966A4901D299c3925
Octal51226152111035512347145
Binary101001100101101101010100100101110110100110011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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