#2E3234

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

Shades of Cod Grey #2E3234

Tints of Cod Grey #2E3234

Color information

#2E3234 (or 0x2E3234) is unknown color: approx Cod Grey. HEX triplet: 2E, 32 and 34. RGB value is (46,50,52). Sum of RGB (Red+Green+Blue) = 46+50+52=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3234 is #D1CDCB. Grayscale: #313131. Windows color (decimal): -13749708 or 3420718. OLE color: 3420718.

HSL color Cylindrical-coordinate representation of color #2E3234: hue angle of 200º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2E3234 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB465052-
CMYK0.120.0400.80
HSL200º6.12%19.22%-
HSV(B)200º11.54%20.39%-
XYZ2.893.113.7-
YUV49.03129.67125.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=31.08%
G=33.78%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650520.120.0400.802006.1219.22
Hex2E3234C4050c8613
Octal5662641440120310623
Binary1011101100101101001100100010100001100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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