#2B4115

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

Shades of Black Forest #2B4115

Tints of Black Forest #2B4115

Color information

#2B4115 (or 0x2B4115) is unknown color: approx Black Forest. HEX triplet: 2B, 41 and 15. RGB value is (43,65,21). Sum of RGB (Red+Green+Blue) = 43+65+21=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4115 is #D4BEEA. Grayscale: #353535. Windows color (decimal): -13942507 or 1392939. OLE color: 1392939.

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

Color convert

RGB436521-
CMYK0.3400.680.75
HSL90º51.16%16.86%-
HSV(B)90º67.69%25.49%-
XYZ3.024.351.39-
YUV53.41109.71120.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=33.33%
G=50.39%
B=16.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365210.3400.680.759051.1616.86
Hex2B4115220444B5a3311
Octal53101254201041131326321
Binary101011100000110101100010010001001001011101101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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