#29897C

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

Shades of Elm #29897C

Tints of Elm #29897C

Color information

#29897C (or 0x29897C) is unknown color: approx Elm. HEX triplet: 29, 89 and 7C. RGB value is (41,137,124). Sum of RGB (Red+Green+Blue) = 41+137+124=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #29897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29897C is #D67683. Grayscale: #6A6A6A. Windows color (decimal): -14055044 or 8161577. OLE color: 8161577.

HSL color Cylindrical-coordinate representation of color #29897C: hue angle of 171.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29897C is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB41137124-
CMYK0.7000.090.46
HSL171.88º53.93%34.9%-
HSV(B)171.88º70.07%53.73%-
XYZ13.519.8222.18-
YUV106.81137.781.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=13.58%
G=45.36%
B=41.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411371240.7000.090.46171.8853.9334.9
Hex29897C46092Eac3623
Octal51211174106011562546643
Binary10100110001001111110010001100100110111010101100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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