#2A312E

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

Shades of Woodsmoke #2A312E

Tints of Woodsmoke #2A312E

Color information

#2A312E (or 0x2A312E) is unknown color: approx Woodsmoke. HEX triplet: 2A, 31 and 2E. RGB value is (42,49,46). Sum of RGB (Red+Green+Blue) = 42+49+46=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312E is #D5CED1. Grayscale: #2E2E2E. Windows color (decimal): -14012114 or 3027242. OLE color: 3027242.

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

Color convert

RGB424946-
CMYK0.1400.060.81
HSL154.29º7.69%17.84%-
HSV(B)154.29º14.29%19.22%-
XYZ2.552.893.01-
YUV46.56127.68124.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=30.66%
G=35.77%
B=33.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249460.1400.060.81154.297.6917.84
Hex2A312EE06519a812
Octal52615616061212321022
Binary10101011000110111011100110101000110011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,46); }

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

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

 a { background-color: rgb(42,49,46); }

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

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

 span { border-color: rgb(42,49,46); }

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