#29877B

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

Shades of Elm #29877B

Tints of Elm #29877B

Color information

#29877B (or 0x29877B) is unknown color: approx Elm. HEX triplet: 29, 87 and 7B. RGB value is (41,135,123). Sum of RGB (Red+Green+Blue) = 41+135+123=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #29877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29877B is #D67884. Grayscale: #696969. Windows color (decimal): -14055557 or 8095529. OLE color: 8095529.

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

Color convert

RGB41135123-
CMYK0.7000.090.47
HSL172.34º53.41%34.51%-
HSV(B)172.34º69.63%52.94%-
XYZ13.1519.2321.76-
YUV105.53137.8681.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=13.71%
G=45.15%
B=41.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411351230.7000.090.47172.3453.4134.51
Hex29877B46092Fac3523
Octal51207173106011572546543
Binary10100110000111111101110001100100110111110101100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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