#2A3741

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

Shades of Elephant #2A3741

Tints of Elephant #2A3741

Color information

#2A3741 (or 0x2A3741) is unknown color: approx Elephant. HEX triplet: 2A, 37 and 41. RGB value is (42,55,65). Sum of RGB (Red+Green+Blue) = 42+55+65=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3741 is #D5C8BE. Grayscale: #343434. Windows color (decimal): -14010559 or 4273962. OLE color: 4273962.

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

Color convert

RGB425565-
CMYK0.350.1500.75
HSL206.09º21.5%20.98%-
HSV(B)206.09º35.38%25.49%-
XYZ3.283.615.52-
YUV52.25135.19120.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=25.93%
G=33.95%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4255650.350.1500.75206.0921.520.98
Hex2A374123F04Bce1515
Octal5267101431701133162525
Binary1010101101111000001100011111101001011110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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