#29786F

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

Shades of Elm #29786F

Tints of Elm #29786F

Color information

#29786F (or 0x29786F) is unknown color: approx Elm. HEX triplet: 29, 78 and 6F. RGB value is (41,120,111). Sum of RGB (Red+Green+Blue) = 41+120+111=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #29786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29786F is #D68790. Grayscale: #5F5F5F. Windows color (decimal): -14059409 or 7305257. OLE color: 7305257.

HSL color Cylindrical-coordinate representation of color #29786F: hue angle of 173.16º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29786F is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB41120111-
CMYK0.6600.080.53
HSL173.16º49.07%31.57%-
HSV(B)173.16º65.83%47.06%-
XYZ10.515.0517.39-
YUV95.35136.8389.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=15.07%
G=44.12%
B=40.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411201110.6600.080.53173.1649.0731.57
Hex29786F420835ad3120
Octal51170157102010652556140
Binary1010011111000110111110000100100011010110101101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29786F; }

 p { color: rgb(41,120,111); }

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

<style>
 a { background-color: #29786F; }

 a { background-color: rgb(41,120,111); }

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

<style>
 span { border-color: #29786F; }

 span { border-color: rgb(41,120,111); }

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