#29827D

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

Shades of Elm #29827D

Tints of Elm #29827D

Color information

#29827D (or 0x29827D) is unknown color: approx Elm. HEX triplet: 29, 82 and 7D. RGB value is (41,130,125). Sum of RGB (Red+Green+Blue) = 41+130+125=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #29827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29827D is #D67D82. Grayscale: #666666. Windows color (decimal): -14056835 or 8225321. OLE color: 8225321.

HSL color Cylindrical-coordinate representation of color #29827D: hue angle of 176.63º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29827D is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB41130125-
CMYK0.6800.040.49
HSL176.63º52.05%33.53%-
HSV(B)176.63º68.46%50.98%-
XYZ12.617.9222.2-
YUV102.82140.5183.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=13.85%
G=43.92%
B=42.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301250.6800.040.49176.6352.0533.53
Hex29827D440431b13422
Octal5120217510404612616442
Binary1010011000001011111011000100010011000110110001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29827D; }

 p { color: rgb(41,130,125); }

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

<style>
 a { background-color: #29827D; }

 a { background-color: rgb(41,130,125); }

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

<style>
 span { border-color: #29827D; }

 span { border-color: rgb(41,130,125); }

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