#29867C

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

Shades of Elm #29867C

Tints of Elm #29867C

Color information

#29867C (or 0x29867C) is unknown color: approx Elm. HEX triplet: 29, 86 and 7C. RGB value is (41,134,124). Sum of RGB (Red+Green+Blue) = 41+134+124=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #29867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29867C is #D67983. Grayscale: #696969. Windows color (decimal): -14055812 or 8160809. OLE color: 8160809.

HSL color Cylindrical-coordinate representation of color #29867C: hue angle of 173.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29867C is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB41134124-
CMYK0.6900.070.47
HSL173.55º53.14%34.31%-
HSV(B)173.55º69.4%52.55%-
XYZ13.0818.9822.04-
YUV105.05138.6982.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=13.71%
G=44.82%
B=41.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341240.6900.070.47173.5553.1434.31
Hex29867C45072Fae3522
Octal5120617410507572566542
Binary1010011000011011111001000101011110111110101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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