#29827E

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

Shades of Elm #29827E

Tints of Elm #29827E

Color information

#29827E (or 0x29827E) is unknown color: approx Elm. HEX triplet: 29, 82 and 7E. RGB value is (41,130,126). Sum of RGB (Red+Green+Blue) = 41+130+126=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #29827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29827E is #D67D81. Grayscale: #666666. Windows color (decimal): -14056834 or 8290857. OLE color: 8290857.

HSL color Cylindrical-coordinate representation of color #29827E: hue angle of 177.3º 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 #29827E is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB41130126-
CMYK0.6800.030.49
HSL177.3º52.05%33.53%-
HSV(B)177.3º68.46%50.98%-
XYZ12.6617.9422.53-
YUV102.93141.0183.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=13.80%
G=43.77%
B=42.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301260.6800.030.49177.352.0533.53
Hex29827E440331b13422
Octal5120217610403612616442
Binary101001100000101111110100010001111000110110001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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