#29887E

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

Shades of Elm #29887E

Tints of Elm #29887E

Color information

#29887E (or 0x29887E) is unknown color: approx Elm. HEX triplet: 29, 88 and 7E. RGB value is (41,136,126). Sum of RGB (Red+Green+Blue) = 41+136+126=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #29887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29887E is #D67781. Grayscale: #6A6A6A. Windows color (decimal): -14055298 or 8292393. OLE color: 8292393.

HSL color Cylindrical-coordinate representation of color #29887E: hue angle of 173.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29887E is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB41136126-
CMYK0.7000.070.47
HSL173.68º53.67%34.71%-
HSV(B)173.68º69.85%53.33%-
XYZ13.4819.5922.81-
YUV106.46139.0381.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=13.53%
G=44.88%
B=41.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411361260.7000.070.47173.6853.6734.71
Hex29887E46072Fae3623
Octal5121017610607572566643
Binary1010011000100011111101000110011110111110101110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29887E; }

 p { color: rgb(41,136,126); }

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

<style>
 a { background-color: #29887E; }

 a { background-color: rgb(41,136,126); }

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

<style>
 span { border-color: #29887E; }

 span { border-color: rgb(41,136,126); }

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