#2B4119

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

Shades of Black Forest #2B4119

Tints of Black Forest #2B4119

Color information

#2B4119 (or 0x2B4119) is unknown color: approx Black Forest. HEX triplet: 2B, 41 and 19. RGB value is (43,65,25). Sum of RGB (Red+Green+Blue) = 43+65+25=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4119 is #D4BEE6. Grayscale: #363636. Windows color (decimal): -13942503 or 1655083. OLE color: 1655083.

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

Color convert

RGB436525-
CMYK0.3400.620.75
HSL93º44.44%17.65%-
HSV(B)93º61.54%25.49%-
XYZ3.064.361.6-
YUV53.86111.71120.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.33%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=32.33%
G=48.87%
B=18.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365250.3400.620.759344.4417.65
Hex2B41192203E4B5d2c12
Octal5310131420761131355422
Binary10101110000011100110001001111101001011101110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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