#2B4214

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

Shades of Black Forest #2B4214

Tints of Black Forest #2B4214

Color information

#2B4214 (or 0x2B4214) is unknown color: approx Black Forest. HEX triplet: 2B, 42 and 14. RGB value is (43,66,20). Sum of RGB (Red+Green+Blue) = 43+66+20=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4214 is #D4BDEB. Grayscale: #363636. Windows color (decimal): -13942252 or 1327659. OLE color: 1327659.

HSL color Cylindrical-coordinate representation of color #2B4214: hue angle of 90º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4214 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB436620-
CMYK0.3500.700.74
HSL90º53.49%16.86%-
HSV(B)90º69.7%25.88%-
XYZ3.074.461.36-
YUV53.88108.88120.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=33.33%
G=51.16%
B=15.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366200.3500.700.749053.4916.86
Hex2B4214230464A5a3511
Octal53102244301061121326521
Binary101011100001010100100011010001101001010101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,20); }

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

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

 a { background-color: rgb(43,66,20); }

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

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

 span { border-color: rgb(43,66,20); }

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