#2B3A23

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

Shades of Black Forest #2B3A23

Tints of Black Forest #2B3A23

Color information

#2B3A23 (or 0x2B3A23) is unknown color: approx Black Forest. HEX triplet: 2B, 3A and 23. RGB value is (43,58,35). Sum of RGB (Red+Green+Blue) = 43+58+35=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A23 is #D4C5DC. Grayscale: #323232. Windows color (decimal): -13944285 or 2308651. OLE color: 2308651.

HSL color Cylindrical-coordinate representation of color #2B3A23: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3A23 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB435835-
CMYK0.2600.400.77
HSL99.13º24.73%18.24%-
HSV(B)99.13º39.66%22.75%-
XYZ2.813.662.15-
YUV50.89119.03122.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=31.62%
G=42.65%
B=25.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4358350.2600.400.7799.1324.7318.24
Hex2B3A231A0284D631912
Octal537243320501151433122
Binary101011111010100011110100101000100110111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,35); }

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

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

 a { background-color: rgb(43,58,35); }

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

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

 span { border-color: rgb(43,58,35); }

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