#29726F

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

Shades of Elm #29726F

Tints of Elm #29726F

Color information

#29726F (or 0x29726F) is unknown color: approx Elm. HEX triplet: 29, 72 and 6F. RGB value is (41,114,111). Sum of RGB (Red+Green+Blue) = 41+114+111=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #29726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29726F is #D68D90. Grayscale: #5B5B5B. Windows color (decimal): -14060945 or 7303721. OLE color: 7303721.

HSL color Cylindrical-coordinate representation of color #29726F: hue angle of 177.53º 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 #29726F is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB41114111-
CMYK0.6400.030.55
HSL177.53º47.1%30.39%-
HSV(B)177.53º64.04%44.71%-
XYZ9.813.6517.16-
YUV91.83138.8291.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=15.41%
G=42.86%
B=41.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411141110.6400.030.55177.5347.130.39
Hex29726F400337b22f1e
Octal5116215710003672625736
Binary1010011110010110111110000000111101111011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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