#29837B

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

Shades of Elm #29837B

Tints of Elm #29837B

Color information

#29837B (or 0x29837B) is unknown color: approx Elm. HEX triplet: 29, 83 and 7B. RGB value is (41,131,123). Sum of RGB (Red+Green+Blue) = 41+131+123=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #29837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29837B is #D67C84. Grayscale: #676767. Windows color (decimal): -14056581 or 8094505. OLE color: 8094505.

HSL color Cylindrical-coordinate representation of color #29837B: hue angle of 174.67º 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 #29837B is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB41131123-
CMYK0.6900.060.49
HSL174.67º52.33%33.73%-
HSV(B)174.67º68.7%51.37%-
XYZ12.6118.1321.57-
YUV103.18139.1883.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=13.90%
G=44.41%
B=41.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411311230.6900.060.49174.6752.3333.73
Hex29837B450631af3422
Octal5120317310506612576442
Binary1010011000001111110111000101011011000110101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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