#2E2017

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

Shades of Wood Bark #2E2017

Tints of Wood Bark #2E2017

Color information

#2E2017 (or 0x2E2017) is unknown color: approx Wood Bark. HEX triplet: 2E, 20 and 17. RGB value is (46,32,23). Sum of RGB (Red+Green+Blue) = 46+32+23=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2017 is #D1DFE8. Grayscale: #232323. Windows color (decimal): -13754345 or 1515566. OLE color: 1515566.

HSL color Cylindrical-coordinate representation of color #2E2017: hue angle of 23.48º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E2017 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB463223-
CMYK00.300.500.82
HSL23.48º33.33%13.53%-
HSV(B)23.48º50%18.04%-
XYZ1.81.681.04-
YUV35.16121.14135.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=45.54%
G=31.68%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46322300.300.500.8223.4833.3313.53
Hex2E201701E32521721e
Octal56402703662122274116
Binary101110100000101110111101100101010010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,23); }

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

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

 a { background-color: rgb(46,32,23); }

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

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

 span { border-color: rgb(46,32,23); }

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