#2B4418

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

Shades of Black Forest #2B4418

Tints of Black Forest #2B4418

Color information

#2B4418 (or 0x2B4418) is unknown color: approx Black Forest. HEX triplet: 2B, 44 and 18. RGB value is (43,68,24). Sum of RGB (Red+Green+Blue) = 43+68+24=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4418 is #D4BBE7. Grayscale: #373737. Windows color (decimal): -13941736 or 1590315. OLE color: 1590315.

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

Color convert

RGB436824-
CMYK0.3700.650.73
HSL94.09º47.83%18.04%-
HSV(B)94.09º64.71%26.67%-
XYZ3.234.711.6-
YUV55.51110.22119.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.85%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=31.85%
G=50.37%
B=17.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368240.3700.650.7394.0947.8318.04
Hex2B441825041495e3012
Octal53104304501011111366022
Binary101011100010011000100101010000011001001101111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,24); }

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

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

 a { background-color: rgb(43,68,24); }

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

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

 span { border-color: rgb(43,68,24); }

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