#2C302F

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

Shades of Woodsmoke #2C302F

Tints of Woodsmoke #2C302F

Color information

#2C302F (or 0x2C302F) is unknown color: approx Woodsmoke. HEX triplet: 2C, 30 and 2F. RGB value is (44,48,47). Sum of RGB (Red+Green+Blue) = 44+48+47=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 48 - color contains mainly: green. Hex color #2C302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C302F is #D3CFD0. Grayscale: #2E2E2E. Windows color (decimal): -13881297 or 3092524. OLE color: 3092524.

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

Color convert

RGB444847-
CMYK0.0800.020.81
HSL165º4.35%18.04%-
HSV(B)165º8.33%18.82%-
XYZ2.612.853.1-
YUV46.69128.17126.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.65%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=31.65%
G=34.53%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448470.0800.020.811654.3518.04
Hex2C302F80251a5412
Octal5460571002121245422
Binary101100110000101111100001010100011010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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