#29726E

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

Shades of Elm #29726E

Tints of Elm #29726E

Color information

#29726E (or 0x29726E) is unknown color: approx Elm. HEX triplet: 29, 72 and 6E. RGB value is (41,114,110). Sum of RGB (Red+Green+Blue) = 41+114+110=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #29726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29726E is #D68D91. Grayscale: #5B5B5B. Windows color (decimal): -14060946 or 7238185. OLE color: 7238185.

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

Color convert

RGB41114110-
CMYK0.6400.040.55
HSL176.71º47.1%30.39%-
HSV(B)176.71º64.04%44.71%-
XYZ9.7513.6316.87-
YUV91.72138.3291.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=15.47%
G=43.02%
B=41.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411141100.6400.040.55176.7147.130.39
Hex29726E400437b12f1e
Octal5116215610004672615736
Binary10100111100101101110100000001001101111011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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