#29776f

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

Shades of Elm #29776F

Tints of Elm #29776F

Color information

#29776F (or 0x29776F) is unknown color: approx Elm. HEX triplet: 29, 77 and 6F. RGB value is (41,119,111). Sum of RGB (Red+Green+Blue) = 41+119+111=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #29776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776F is #D68890. Grayscale: #5E5E5E. Windows color (decimal): -14059665 or 7305001. OLE color: 7305001.

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

Color convert

RGB41119111-
CMYK0.6600.070.53
HSL173.85º48.75%31.37%-
HSV(B)173.85º65.55%46.67%-
XYZ10.3814.8117.35-
YUV94.77137.1689.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=15.13%
G=43.91%
B=40.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191110.6600.070.53173.8548.7531.37
Hex29776F420735ae311f
Octal5116715710207652566137
Binary10100111101111101111100001001111101011010111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29776f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29776f; }

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

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

<style>
 a { background-color: #29776f; }

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

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

<style>
 span { border-color: #29776f; }

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

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