Html Css Color HEX #2E3438 Cod Grey

📋 copy color: '#2E3438'

red 46 ◦ green 52 ◦ blue 56

#2E3438
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #2E3438

Tints of Cod Grey #2E3438

RGB

 RED value IS 46 (18.36% from 255) = 29.87%

 GREEN value IS 52 (20.7% from 255) = 33.77%

 BLUE value IS 56 (22.27% from 255) = 36.36%

R = 29.87%
G = 33.77%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E3438 (or 0x2E3438) is known color: Cod Grey. HEX triplet: 2E, 34 and 38. RGB value is (46,52,56). Sum of RGB (Red+Green+Blue) = 46+52+56=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3438 is #D1CBC7. Grayscale: #323232. Windows color (decimal): -13749192 or 3683374. OLE color: 3683374.

HSL color Cylindrical-coordinate representation of color #2E3438: hue angle of 204º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3438 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 52 56 -
CMYK 0.18 0.07 0 0.78
HSL 204º 0.1% 0.2% -
HSV(B) 204º 0.18% 0.22% -
XYZ 3.07 3.32 4.22 -
YUV 50.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 46 52 56 0.18 0.07 0 0.78 204 0.1 0.2
Hex 2E 34 38 12 7 0 4E CC A 14
Octal 56 64 70 22 7 0 116 314 12 24
Binary 101110 110100 111000 10010 111 0 1001110 11001100 1010 10100

Color Harmonies of #2E3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3438

Black with #2E3438

Text Example


Text Example

White with #2E3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3438;
 }
 .AnyTagClassName
 {
   color: #2E3438;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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