#2B3D38

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

Shades of Woodsmoke #2B3D38

Tints of Woodsmoke #2B3D38

Color information

#2B3D38 (or 0x2B3D38) is unknown color: approx Woodsmoke. HEX triplet: 2B, 3D and 38. RGB value is (43,61,56). Sum of RGB (Red+Green+Blue) = 43+61+56=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D38 is #D4C2C7. Grayscale: #373737. Windows color (decimal): -13943496 or 3685675. OLE color: 3685675.

HSL color Cylindrical-coordinate representation of color #2B3D38: hue angle of 163.33º degrees, saturation: 0.17, 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 #2B3D38 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB436156-
CMYK0.3000.080.76
HSL163.33º17.31%20.39%-
HSV(B)163.33º29.51%23.92%-
XYZ3.384.144.36-
YUV55.05128.54119.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 56 (22.27% from 255) = 35%
R=26.88%
G=38.12%
B=35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4361560.3000.080.76163.3317.3120.39
Hex2B3D381E084Ca31114
Octal537570360101142432124
Binary10101111110111100011110010001001100101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,61,56); }

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

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

 a { background-color: rgb(43,61,56); }

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

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

 span { border-color: rgb(43,61,56); }

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