#2A312F

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

Shades of Woodsmoke #2A312F

Tints of Woodsmoke #2A312F

Color information

#2A312F (or 0x2A312F) is unknown color: approx Woodsmoke. HEX triplet: 2A, 31 and 2F. RGB value is (42,49,47). Sum of RGB (Red+Green+Blue) = 42+49+47=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312F is #D5CED0. Grayscale: #2E2E2E. Windows color (decimal): -14012113 or 3092778. OLE color: 3092778.

HSL color Cylindrical-coordinate representation of color #2A312F: hue angle of 162.86º 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 #2A312F is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB424947-
CMYK0.1400.040.81
HSL162.86º7.69%17.84%-
HSV(B)162.86º14.29%19.22%-
XYZ2.572.893.11-
YUV46.68128.18124.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=30.43%
G=35.51%
B=34.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249470.1400.040.81162.867.6917.84
Hex2A312FE0451a3812
Octal52615716041212431022
Binary10101011000110111111100100101000110100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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