#29716D

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

Shades of Elm #29716D

Tints of Elm #29716D

Color information

#29716D (or 0x29716D) is unknown color: approx Elm. HEX triplet: 29, 71 and 6D. RGB value is (41,113,109). Sum of RGB (Red+Green+Blue) = 41+113+109=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #29716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29716D is #D68E92. Grayscale: #5A5A5A. Windows color (decimal): -14061203 or 7172393. OLE color: 7172393.

HSL color Cylindrical-coordinate representation of color #29716D: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29716D is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB41113109-
CMYK0.6400.040.56
HSL176.67º46.75%30.2%-
HSV(B)176.67º63.72%44.31%-
XYZ9.5813.3916.55-
YUV91.02138.1592.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=15.59%
G=42.97%
B=41.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411131090.6400.040.56176.6746.7530.2
Hex29716D400438b12f1e
Octal5116115510004702615736
Binary10100111100011101101100000001001110001011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29716D; }

 p { color: rgb(41,113,109); }

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

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

 a { background-color: rgb(41,113,109); }

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

<style>
 span { border-color: #29716D; }

 span { border-color: rgb(41,113,109); }

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