#2D231D

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

Shades of Wood Bark #2D231D

Tints of Wood Bark #2D231D

Color information

#2D231D (or 0x2D231D) is unknown color: approx Wood Bark. HEX triplet: 2D, 23 and 1D. RGB value is (45,35,29). Sum of RGB (Red+Green+Blue) = 45+35+29=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D231D is #D2DCE2. Grayscale: #252525. Windows color (decimal): -13819107 or 1909549. OLE color: 1909549.

HSL color Cylindrical-coordinate representation of color #2D231D: hue angle of 22.5º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D231D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB453529-
CMYK00.220.360.82
HSL22.5º21.62%14.51%-
HSV(B)22.5º35.56%17.65%-
XYZ1.91.851.42-
YUV37.31123.31133.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=41.28%
G=32.11%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45352900.220.360.8222.521.6214.51
Hex2D231D01624521716f
Octal55433502644122272617
Binary10110110001111101010110100100101001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,29); }

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

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

 a { background-color: rgb(45,35,29); }

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

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

 span { border-color: rgb(45,35,29); }

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