#29877A

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

Shades of Elm #29877A

Tints of Elm #29877A

Color information

#29877A (or 0x29877A) is unknown color: approx Elm. HEX triplet: 29, 87 and 7A. RGB value is (41,135,122). Sum of RGB (Red+Green+Blue) = 41+135+122=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #29877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29877A is #D67885. Grayscale: #696969. Windows color (decimal): -14055558 or 8029993. OLE color: 8029993.

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

Color convert

RGB41135122-
CMYK0.7000.100.47
HSL171.7º53.41%34.51%-
HSV(B)171.7º69.63%52.94%-
XYZ13.0919.221.43-
YUV105.41137.3682.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=13.76%
G=45.30%
B=40.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411351220.7000.100.47171.753.4134.51
Hex29877A460A2Fac3523
Octal51207172106012572546543
Binary10100110000111111101010001100101010111110101100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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