#2E4146

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

Shades of Big Stone #2E4146

Tints of Big Stone #2E4146

Color information

#2E4146 (or 0x2E4146) is unknown color: approx Big Stone. HEX triplet: 2E, 41 and 46. RGB value is (46,65,70). Sum of RGB (Red+Green+Blue) = 46+65+70=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4146 is #D1BEB9. Grayscale: #3B3B3B. Windows color (decimal): -13745850 or 4604206. OLE color: 4604206.

HSL color Cylindrical-coordinate representation of color #2E4146: hue angle of 192.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4146 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB466570-
CMYK0.340.0700.73
HSL192.5º20.69%22.75%-
HSV(B)192.5º34.29%27.45%-
XYZ4.124.86.5-
YUV59.89133.71118.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=25.41%
G=35.91%
B=38.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4665700.340.0700.73192.520.6922.75
Hex2E4146227049c01517
Octal5610110642701113002527
Binary1011101000001100011010001011101001001110000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,70); }

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

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

 a { background-color: rgb(46,65,70); }

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

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

 span { border-color: rgb(46,65,70); }

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