#2D3740

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

Shades of Elephant #2D3740

Tints of Elephant #2D3740

Color information

#2D3740 (or 0x2D3740) is unknown color: approx Elephant. HEX triplet: 2D, 37 and 40. RGB value is (45,55,64). Sum of RGB (Red+Green+Blue) = 45+55+64=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3740 is #D2C8BF. Grayscale: #343434. Windows color (decimal): -13813952 or 4208429. OLE color: 4208429.

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

Color convert

RGB455564-
CMYK0.300.1400.75
HSL208.42º17.43%21.37%-
HSV(B)208.42º29.69%25.1%-
XYZ3.373.665.38-
YUV53.04134.19122.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=27.44%
G=33.54%
B=39.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4555640.300.1400.75208.4217.4321.37
Hex2D37401EE04Bd01115
Octal5567100361601133202125
Binary101101110111100000011110111001001011110100001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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