#29353C

Color #29353C Elephant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elephant #29353C

Tints of Elephant #29353C

Color information

#29353C (or 0x29353C) is unknown color: approx Elephant. HEX triplet: 29, 35 and 3C. RGB value is (41,53,60). Sum of RGB (Red+Green+Blue) = 41+53+60=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #29353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29353C is #D6CAC3. Grayscale: #323232. Windows color (decimal): -14076612 or 3945769. OLE color: 3945769.

HSL color Cylindrical-coordinate representation of color #29353C: hue angle of 202.11º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29353C is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB415360-
CMYK0.320.1200.76
HSL202.11º18.81%19.8%-
HSV(B)202.11º31.67%23.53%-
XYZ33.344.76-
YUV50.21133.52121.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=26.62%
G=34.42%
B=38.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4153600.320.1200.76202.1118.8119.8
Hex29353C20C04Cca1314
Octal516574401401143122324
Binary101001110101111100100000110001001100110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29353C; }

 p { color: rgb(41,53,60); }

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

<style>
 a { background-color: #29353C; }

 a { background-color: rgb(41,53,60); }

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

<style>
 span { border-color: #29353C; }

 span { border-color: rgb(41,53,60); }

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