#2C3740

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

Shades of Elephant #2C3740

Tints of Elephant #2C3740

Color information

#2C3740 (or 0x2C3740) is unknown color: approx Elephant. HEX triplet: 2C, 37 and 40. RGB value is (44,55,64). Sum of RGB (Red+Green+Blue) = 44+55+64=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3740 is #D3C8BF. Grayscale: #343434. Windows color (decimal): -13879488 or 4208428. OLE color: 4208428.

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

Color convert

RGB445564-
CMYK0.310.1400.75
HSL207º18.52%21.18%-
HSV(B)207º31.25%25.1%-
XYZ3.333.645.38-
YUV52.74134.36121.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=26.99%
G=33.74%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4455640.310.1400.7520718.5221.18
Hex2C37401FE04Bcf1315
Octal5467100371601133172325
Binary101100110111100000011111111001001011110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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