#2F3940

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

Shades of Elephant #2F3940

Tints of Elephant #2F3940

Color information

#2F3940 (or 0x2F3940) is unknown color: approx Elephant. HEX triplet: 2F, 39 and 40. RGB value is (47,57,64). Sum of RGB (Red+Green+Blue) = 47+57+64=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3940 is #D0C6BF. Grayscale: #363636. Windows color (decimal): -13682368 or 4208943. OLE color: 4208943.

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

Color convert

RGB475764-
CMYK0.270.1100.75
HSL204.71º15.32%21.76%-
HSV(B)204.71º26.56%25.1%-
XYZ3.563.95.42-
YUV54.81133.19122.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=27.98%
G=33.93%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4757640.270.1100.75204.7115.3221.76
Hex2F39401BB04Bcdf16
Octal5771100331301133151726
Binary10111111100110000001101110110100101111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,64); }

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

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

 a { background-color: rgb(47,57,64); }

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

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

 span { border-color: rgb(47,57,64); }

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