#29897A

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

Shades of Elm #29897A

Tints of Elm #29897A

Color information

#29897A (or 0x29897A) is unknown color: approx Elm. HEX triplet: 29, 89 and 7A. RGB value is (41,137,122). Sum of RGB (Red+Green+Blue) = 41+137+122=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #29897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29897A is #D67685. Grayscale: #6A6A6A. Windows color (decimal): -14055046 or 8030505. OLE color: 8030505.

HSL color Cylindrical-coordinate representation of color #29897A: hue angle of 170.62º 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 #29897A is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB41137122-
CMYK0.7000.110.46
HSL170.62º53.93%34.9%-
HSV(B)170.62º70.07%53.73%-
XYZ13.3719.7721.52-
YUV106.59136.781.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=13.67%
G=45.67%
B=40.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411371220.7000.110.46170.6253.9334.9
Hex29897A460B2Eab3623
Octal51211172106013562536643
Binary10100110001001111101010001100101110111010101011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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