#2A3C37

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

Shades of Woodsmoke #2A3C37

Tints of Woodsmoke #2A3C37

Color information

#2A3C37 (or 0x2A3C37) is unknown color: approx Woodsmoke. HEX triplet: 2A, 3C and 37. RGB value is (42,60,55). Sum of RGB (Red+Green+Blue) = 42+60+55=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3C37 is #D5C3C8. Grayscale: #363636. Windows color (decimal): -14009289 or 3619882. OLE color: 3619882.

HSL color Cylindrical-coordinate representation of color #2A3C37: hue angle of 163.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A3C37 is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB426055-
CMYK0.300.080.76
HSL163.33º17.65%20%-
HSV(B)163.33º30%23.53%-
XYZ3.2644.21-
YUV54.05128.54119.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=26.75%
G=38.22%
B=35.03%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4260550.300.080.76163.3317.6520
Hex2A3C371E084Ca31214
Octal527467360101142432224
Binary10101011110011011111110010001001100101000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,60,55); }

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

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

 a { background-color: rgb(42,60,55); }

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

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

 span { border-color: rgb(42,60,55); }

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