#2B4120

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

Shades of Black Forest #2B4120

Tints of Black Forest #2B4120

Color information

#2B4120 (or 0x2B4120) is unknown color: approx Black Forest. HEX triplet: 2B, 41 and 20. RGB value is (43,65,32). Sum of RGB (Red+Green+Blue) = 43+65+32=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4120 is #D4BEDF. Grayscale: #363636. Windows color (decimal): -13942496 or 2113835. OLE color: 2113835.

HSL color Cylindrical-coordinate representation of color #2B4120: hue angle of 100º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4120 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB436532-
CMYK0.3400.510.75
HSL100º34.02%19.02%-
HSV(B)100º50.77%25.49%-
XYZ3.154.42.05-
YUV54.66115.21119.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=30.71%
G=46.43%
B=22.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365320.3400.510.7510034.0219.02
Hex2B4120220334B642213
Octal5310140420631131444223
Binary101011100000110000010001001100111001011110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,32); }

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

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

 a { background-color: rgb(43,65,32); }

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

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

 span { border-color: rgb(43,65,32); }

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