#29925F

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

Shades of Eucalyptus #29925F

Tints of Eucalyptus #29925F

Color information

#29925F (or 0x29925F) is unknown color: approx Eucalyptus. HEX triplet: 29, 92 and 5F. RGB value is (41,146,95). Sum of RGB (Red+Green+Blue) = 41+146+95=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #29925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29925F is #D66DA0. Grayscale: #6C6C6C. Windows color (decimal): -14052769 or 6263337. OLE color: 6263337.

HSL color Cylindrical-coordinate representation of color #29925F: hue angle of 150.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29925F is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB4114695-
CMYK0.7200.350.43
HSL150.86º56.15%36.67%-
HSV(B)150.86º71.92%57.25%-
XYZ13.2621.8614.35-
YUV108.79120.2179.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=14.54%
G=51.77%
B=33.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41146950.7200.350.43150.8656.1536.67
Hex29925F480232B973825
Octal51222137110043532277045
Binary1010011001001010111111001000010001110101110010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29925F; }

 p { color: rgb(41,146,95); }

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

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

 a { background-color: rgb(41,146,95); }

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

<style>
 span { border-color: #29925F; }

 span { border-color: rgb(41,146,95); }

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