#29985a

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

Shades of Eucalyptus #29985A

Tints of Eucalyptus #29985A

Color information

#29985A (or 0x29985A) is unknown color: approx Eucalyptus. HEX triplet: 29, 98 and 5A. RGB value is (41,152,90). Sum of RGB (Red+Green+Blue) = 41+152+90=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #29985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29985A is #D667A5. Grayscale: #6F6F6F. Windows color (decimal): -14051238 or 5937193. OLE color: 5937193.

HSL color Cylindrical-coordinate representation of color #29985A: hue angle of 146.49º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29985A is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB4115290-
CMYK0.7300.410.40
HSL146.49º57.51%37.84%-
HSV(B)146.49º73.03%59.61%-
XYZ13.9923.6713.5-
YUV111.74115.7377.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=14.49%
G=53.71%
B=31.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41152900.7300.410.40146.4957.5137.84
Hex29985A4902928923a26
Octal51230132111051502227246
Binary1010011001100010110101001001010100110100010010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29985a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29985a; }

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

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

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

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

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

<style>
 span { border-color: #29985a; }

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

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