#2B4516

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

Shades of Black Forest #2B4516

Tints of Black Forest #2B4516

Color information

#2B4516 (or 0x2B4516) is unknown color: approx Black Forest. HEX triplet: 2B, 45 and 16. RGB value is (43,69,22). Sum of RGB (Red+Green+Blue) = 43+69+22=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4516 is #D4BAE9. Grayscale: #383838. Windows color (decimal): -13941482 or 1459499. OLE color: 1459499.

HSL color Cylindrical-coordinate representation of color #2B4516: hue angle of 93.19º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4516 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB436922-
CMYK0.3800.680.73
HSL93.19º51.65%17.84%-
HSV(B)93.19º68.12%27.06%-
XYZ3.274.831.52-
YUV55.87108.89118.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=32.09%
G=51.49%
B=16.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369220.3800.680.7393.1951.6517.84
Hex2B451626044495d3412
Octal53105264601041111356422
Binary101011100010110110100110010001001001001101110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,22); }

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

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

 a { background-color: rgb(43,69,22); }

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

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

 span { border-color: rgb(43,69,22); }

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