#2D3633

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

Shades of Woodsmoke #2D3633

Tints of Woodsmoke #2D3633

Color information

#2D3633 (or 0x2D3633) is unknown color: approx Woodsmoke. HEX triplet: 2D, 36 and 33. RGB value is (45,54,51). Sum of RGB (Red+Green+Blue) = 45+54+51=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3633 is #D2C9CC. Grayscale: #323232. Windows color (decimal): -13814221 or 3356205. OLE color: 3356205.

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

Color convert

RGB455451-
CMYK0.1700.060.79
HSL160º9.09%19.41%-
HSV(B)160º16.67%21.18%-
XYZ33.443.64-
YUV50.97128.02123.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 51 (20.31% from 255) = 34%
R=30%
G=36%
B=34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4554510.1700.060.791609.0919.41
Hex2D363311064Fa0913
Octal55666321061172401123
Binary101101110110110011100010110100111110100000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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