#29965A

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

Shades of Eucalyptus #29965A

Tints of Eucalyptus #29965A

Color information

#29965A (or 0x29965A) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 5A. RGB value is (41,150,90). Sum of RGB (Red+Green+Blue) = 41+150+90=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #29965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29965A is #D669A5. Grayscale: #6E6E6E. Windows color (decimal): -14051750 or 5936681. OLE color: 5936681.

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

Color convert

RGB4115090-
CMYK0.7300.40.41
HSL146.97º57.07%37.45%-
HSV(B)146.97º72.67%58.82%-
XYZ13.6723.0213.4-
YUV110.57116.3978.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=14.59%
G=53.38%
B=32.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41150900.7300.40.41146.9757.0737.45
Hex29965A4902829933925
Octal51226132111050512237145
Binary1010011001011010110101001001010100010100110010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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