#2B302E

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

Shades of Woodsmoke #2B302E

Tints of Woodsmoke #2B302E

Color information

#2B302E (or 0x2B302E) is unknown color: approx Woodsmoke. HEX triplet: 2B, 30 and 2E. RGB value is (43,48,46). Sum of RGB (Red+Green+Blue) = 43+48+46=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 48 - color contains mainly: green. Hex color #2B302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B302E is #D4CFD1. Grayscale: #2E2E2E. Windows color (decimal): -13946834 or 3026987. OLE color: 3026987.

HSL color Cylindrical-coordinate representation of color #2B302E: hue angle of 156º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2B302E is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB434846-
CMYK0.1000.040.81
HSL156º5.49%17.84%-
HSV(B)156º10.42%18.82%-
XYZ2.552.823-
YUV46.28127.84125.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.39%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=31.39%
G=35.04%
B=33.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348460.1000.040.811565.4917.84
Hex2B302EA04519c512
Octal5360561204121234522
Binary1010111100001011101010010010100011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,46); }

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

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

 a { background-color: rgb(43,48,46); }

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

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

 span { border-color: rgb(43,48,46); }

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