#2D3338

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

Shades of Cod Grey #2D3338

Tints of Cod Grey #2D3338

Color information

#2D3338 (or 0x2D3338) is unknown color: approx Cod Grey. HEX triplet: 2D, 33 and 38. RGB value is (45,51,56). Sum of RGB (Red+Green+Blue) = 45+51+56=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3338 is #D2CCC7. Grayscale: #313131. Windows color (decimal): -13814984 or 3683117. OLE color: 3683117.

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

Color convert

RGB455156-
CMYK0.200.0900.78
HSL207.27º10.89%19.8%-
HSV(B)207.27º19.64%21.96%-
XYZ2.983.214.2-
YUV49.78131.51124.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=29.61%
G=33.55%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4551560.200.0900.78207.2710.8919.8
Hex2D333814904Ecfb14
Octal556370241101163171324
Binary1011011100111110001010010010100111011001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,56); }

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

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

 a { background-color: rgb(45,51,56); }

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

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

 span { border-color: rgb(45,51,56); }

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