#29706F

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

Shades of Elm #29706F

Tints of Elm #29706F

Color information

#29706F (or 0x29706F) is unknown color: approx Elm. HEX triplet: 29, 70 and 6F. RGB value is (41,112,111). Sum of RGB (Red+Green+Blue) = 41+112+111=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #29706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706F is #D68F90. Grayscale: #5A5A5A. Windows color (decimal): -14061457 or 7303209. OLE color: 7303209.

HSL color Cylindrical-coordinate representation of color #29706F: hue angle of 179.15º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29706F is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB41112111-
CMYK0.6300.010.56
HSL179.15º46.41%30%-
HSV(B)179.15º63.39%43.92%-
XYZ9.5813.2117.08-
YUV90.66139.4892.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=15.53%
G=42.42%
B=42.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411121110.6300.010.56179.1546.4130
Hex29706F3F0138b32e1e
Octal511601577701702635636
Binary10100111100001101111111111011110001011001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,112,111); }

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

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

 a { background-color: rgb(41,112,111); }

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

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

 span { border-color: rgb(41,112,111); }

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