#2D3235

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

Shades of Cod Grey #2D3235

Tints of Cod Grey #2D3235

Color information

#2D3235 (or 0x2D3235) is unknown color: approx Cod Grey. HEX triplet: 2D, 32 and 35. RGB value is (45,50,53). Sum of RGB (Red+Green+Blue) = 45+50+53=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3235 is #D2CDCA. Grayscale: #303030. Windows color (decimal): -13815243 or 3486253. OLE color: 3486253.

HSL color Cylindrical-coordinate representation of color #2D3235: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D3235 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB455053-
CMYK0.150.0600.79
HSL202.5º8.16%19.22%-
HSV(B)202.5º15.09%20.78%-
XYZ2.873.13.81-
YUV48.85130.34125.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.41%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=30.41%
G=33.78%
B=35.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4550530.150.0600.79202.58.1619.22
Hex2D3235F604Fca813
Octal55626517601173121023
Binary10110111001011010111111100100111111001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,50,53); }

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

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

 a { background-color: rgb(45,50,53); }

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

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

 span { border-color: rgb(45,50,53); }

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