#29A058

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

Shades of Eucalyptus #29A058

Tints of Eucalyptus #29A058

Color information

#29A058 (or 0x29A058) is unknown color: approx Eucalyptus. HEX triplet: 29, A0 and 58. RGB value is (41,160,88). Sum of RGB (Red+Green+Blue) = 41+160+88=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #29A058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29A058 is #D65FA7. Grayscale: #747474. Windows color (decimal): -14049192 or 5808169. OLE color: 5808169.

HSL color Cylindrical-coordinate representation of color #29A058: hue angle of 143.7º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A058 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB4116088-
CMYK0.7400.450.37
HSL143.7º59.2%39.41%-
HSV(B)143.7º74.37%62.75%-
XYZ15.2526.3213.51-
YUV116.21112.0874.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 160 (62.89% from 255) = 55.36%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=14.19%
G=55.36%
B=30.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41160880.7400.450.37143.759.239.41
Hex29A0584A02D25903b27
Octal51240130112055452207347
Binary1010011010000010110001001010010110110010110010000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A058; }

 p { color: rgb(41,160,88); }

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

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

 a { background-color: rgb(41,160,88); }

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

<style>
 span { border-color: #29A058; }

 span { border-color: rgb(41,160,88); }

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