#29877F

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

Shades of Elm #29877F

Tints of Elm #29877F

Color information

#29877F (or 0x29877F) is unknown color: approx Elm. HEX triplet: 29, 87 and 7F. RGB value is (41,135,127). Sum of RGB (Red+Green+Blue) = 41+135+127=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #29877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29877F is #D67880. Grayscale: #696969. Windows color (decimal): -14055553 or 8357673. OLE color: 8357673.

HSL color Cylindrical-coordinate representation of color #29877F: hue angle of 174.89º degrees, saturation: 0.53, 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 #29877F is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB41135127-
CMYK0.7000.060.47
HSL174.89º53.41%34.51%-
HSV(B)174.89º69.63%52.94%-
XYZ13.4119.3323.1-
YUV105.98139.8681.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 127 (50% from 255) = 41.91%
R=13.53%
G=44.55%
B=41.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411351270.7000.060.47174.8953.4134.51
Hex29877F46062Faf3523
Octal5120717710606572576543
Binary1010011000011111111111000110011010111110101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,135,127); }

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

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

 a { background-color: rgb(41,135,127); }

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

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

 span { border-color: rgb(41,135,127); }

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