#29373E

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

Shades of Elephant #29373E

Tints of Elephant #29373E

Color information

#29373E (or 0x29373E) is unknown color: approx Elephant. HEX triplet: 29, 37 and 3E. RGB value is (41,55,62). Sum of RGB (Red+Green+Blue) = 41+55+62=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #29373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373E is #D6C8C1. Grayscale: #333333. Windows color (decimal): -14076098 or 4077353. OLE color: 4077353.

HSL color Cylindrical-coordinate representation of color #29373E: hue angle of 200º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29373E is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB415562-
CMYK0.340.1100.76
HSL200º20.39%20.2%-
HSV(B)200º33.87%24.31%-
XYZ3.153.555.08-
YUV51.61133.86120.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=25.95%
G=34.81%
B=39.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4155620.340.1100.7620020.3920.2
Hex29373E22B04Cc81414
Octal516776421301143102424
Binary101001110111111110100010101101001100110010001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,55,62); }

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

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

 a { background-color: rgb(41,55,62); }

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

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

 span { border-color: rgb(41,55,62); }

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