#2A3740

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

Shades of Elephant #2A3740

Tints of Elephant #2A3740

Color information

#2A3740 (or 0x2A3740) is unknown color: approx Elephant. HEX triplet: 2A, 37 and 40. RGB value is (42,55,64). Sum of RGB (Red+Green+Blue) = 42+55+64=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3740 is #D5C8BF. Grayscale: #343434. Windows color (decimal): -14010560 or 4208426. OLE color: 4208426.

HSL color Cylindrical-coordinate representation of color #2A3740: hue angle of 204.55º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A3740 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB425564-
CMYK0.340.1400.75
HSL204.55º20.75%20.78%-
HSV(B)204.55º34.38%25.1%-
XYZ3.253.595.37-
YUV52.14134.69120.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=26.09%
G=34.16%
B=39.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4255640.340.1400.75204.5520.7520.78
Hex2A374022E04Bcd1515
Octal5267100421601133152525
Binary1010101101111000000100010111001001011110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3740; }

 p { color: rgb(42,55,64); }

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

<style>
 a { background-color: #2A3740; }

 a { background-color: rgb(42,55,64); }

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

<style>
 span { border-color: #2A3740; }

 span { border-color: rgb(42,55,64); }

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