#2E343A

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

Shades of Cod Grey #2E343A

Tints of Cod Grey #2E343A

Color information

#2E343A (or 0x2E343A) is unknown color: approx Cod Grey. HEX triplet: 2E, 34 and 3A. RGB value is (46,52,58). Sum of RGB (Red+Green+Blue) = 46+52+58=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E343A is #D1CBC5. Grayscale: #323232. Windows color (decimal): -13749190 or 3814446. OLE color: 3814446.

HSL color Cylindrical-coordinate representation of color #2E343A: hue angle of 210º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E343A is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB465258-
CMYK0.210.1000.77
HSL210º11.54%20.39%-
HSV(B)210º20.69%22.75%-
XYZ3.123.344.48-
YUV50.89132.01124.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=29.49%
G=33.33%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4652580.210.1000.7721011.5420.39
Hex2E343A15A04Dd2c14
Octal566472251201153221424
Binary1011101101001110101010110100100110111010010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,58); }

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

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

 a { background-color: rgb(46,52,58); }

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

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

 span { border-color: rgb(46,52,58); }

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