#29837C

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

Shades of Elm #29837C

Tints of Elm #29837C

Color information

#29837C (or 0x29837C) is unknown color: approx Elm. HEX triplet: 29, 83 and 7C. RGB value is (41,131,124). Sum of RGB (Red+Green+Blue) = 41+131+124=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #29837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29837C is #D67C83. Grayscale: #676767. Windows color (decimal): -14056580 or 8160041. OLE color: 8160041.

HSL color Cylindrical-coordinate representation of color #29837C: hue angle of 175.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29837C is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB41131124-
CMYK0.6900.050.49
HSL175.33º52.33%33.73%-
HSV(B)175.33º68.7%51.37%-
XYZ12.6718.1621.91-
YUV103.29139.6883.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=13.85%
G=44.26%
B=41.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411311240.6900.050.49175.3352.3333.73
Hex29837C450531af3422
Octal5120317410505612576442
Binary1010011000001111111001000101010111000110101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29837C; }

 p { color: rgb(41,131,124); }

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

<style>
 a { background-color: #29837C; }

 a { background-color: rgb(41,131,124); }

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

<style>
 span { border-color: #29837C; }

 span { border-color: rgb(41,131,124); }

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