#293A41

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

Shades of Elephant #293A41

Tints of Elephant #293A41

Color information

#293A41 (or 0x293A41) is unknown color: approx Elephant. HEX triplet: 29, 3A and 41. RGB value is (41,58,65). Sum of RGB (Red+Green+Blue) = 41+58+65=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #293A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A41 is #D6C5BE. Grayscale: #353535. Windows color (decimal): -14075327 or 4274729. OLE color: 4274729.

HSL color Cylindrical-coordinate representation of color #293A41: hue angle of 197.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293A41 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB415865-
CMYK0.370.1100.75
HSL197.5º22.64%20.78%-
HSV(B)197.5º36.92%25.49%-
XYZ3.383.885.57-
YUV53.72134.37118.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=25%
G=35.37%
B=39.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4158650.370.1100.75197.522.6420.78
Hex293A4125B04Bc61715
Octal5172101451301133062725
Binary1010011110101000001100101101101001011110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293A41; }

 p { color: rgb(41,58,65); }

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

<style>
 a { background-color: #293A41; }

 a { background-color: rgb(41,58,65); }

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

<style>
 span { border-color: #293A41; }

 span { border-color: rgb(41,58,65); }

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