#29746E

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

Shades of Elm #29746E

Tints of Elm #29746E

Color information

#29746E (or 0x29746E) is unknown color: approx Elm. HEX triplet: 29, 74 and 6E. RGB value is (41,116,110). Sum of RGB (Red+Green+Blue) = 41+116+110=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #29746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29746E is #D68B91. Grayscale: #5C5C5C. Windows color (decimal): -14060434 or 7238697. OLE color: 7238697.

HSL color Cylindrical-coordinate representation of color #29746E: hue angle of 175.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29746E is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB41116110-
CMYK0.6500.050.55
HSL175.2º47.77%30.78%-
HSV(B)175.2º64.66%45.49%-
XYZ9.9714.0916.95-
YUV92.89137.6590.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=15.36%
G=43.45%
B=41.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411161100.6500.050.55175.247.7730.78
Hex29746E410537af301f
Octal5116415610105672576037
Binary10100111101001101110100000101011101111010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29746E; }

 p { color: rgb(41,116,110); }

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

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

 a { background-color: rgb(41,116,110); }

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

<style>
 span { border-color: #29746E; }

 span { border-color: rgb(41,116,110); }

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