#2F3336

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

Shades of Cod Grey #2F3336

Tints of Cod Grey #2F3336

Color information

#2F3336 (or 0x2F3336) is unknown color: approx Cod Grey. HEX triplet: 2F, 33 and 36. RGB value is (47,51,54). Sum of RGB (Red+Green+Blue) = 47+51+54=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3336 is #D0CCC9. Grayscale: #323232. Windows color (decimal): -13683914 or 3552047. OLE color: 3552047.

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

Color convert

RGB475154-
CMYK0.130.0600.79
HSL205.71º6.93%19.8%-
HSV(B)205.71º12.96%21.18%-
XYZ3.023.243.96-
YUV50.15130.17125.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=30.92%
G=33.55%
B=35.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4751540.130.0600.79205.716.9319.8
Hex2F3336D604Fce714
Octal5763661560117316724
Binary1011111100111101101101110010011111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,51,54); }

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

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

 a { background-color: rgb(47,51,54); }

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

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

 span { border-color: rgb(47,51,54); }

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