#2C312F

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

Shades of Woodsmoke #2C312F

Tints of Woodsmoke #2C312F

Color information

#2C312F (or 0x2C312F) is unknown color: approx Woodsmoke. HEX triplet: 2C, 31 and 2F. RGB value is (44,49,47). Sum of RGB (Red+Green+Blue) = 44+49+47=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312F is #D3CED0. Grayscale: #2F2F2F. Windows color (decimal): -13881041 or 3092780. OLE color: 3092780.

HSL color Cylindrical-coordinate representation of color #2C312F: hue angle of 156º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2C312F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB444947-
CMYK0.1000.040.81
HSL156º5.38%18.24%-
HSV(B)156º10.2%19.22%-
XYZ2.652.943.12-
YUV47.28127.84125.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.43%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=31.43%
G=35%
B=33.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449470.1000.040.811565.3818.24
Hex2C312FA04519c512
Octal5461571204121234522
Binary1011001100011011111010010010100011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,47); }

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

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

 a { background-color: rgb(44,49,47); }

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

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

 span { border-color: rgb(44,49,47); }

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