#2C3A24

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

Shades of Black Forest #2C3A24

Tints of Black Forest #2C3A24

Color information

#2C3A24 (or 0x2C3A24) is unknown color: approx Black Forest. HEX triplet: 2C, 3A and 24. RGB value is (44,58,36). Sum of RGB (Red+Green+Blue) = 44+58+36=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A24 is #D3C5DB. Grayscale: #333333. Windows color (decimal): -13878748 or 2374188. OLE color: 2374188.

HSL color Cylindrical-coordinate representation of color #2C3A24: hue angle of 98.18º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C3A24 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB445836-
CMYK0.2400.380.77
HSL98.18º23.4%18.43%-
HSV(B)98.18º37.93%22.75%-
XYZ2.873.692.23-
YUV51.31119.36122.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=31.88%
G=42.03%
B=26.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4458360.2400.380.7798.1823.418.43
Hex2C3A24180264D621712
Octal547244300461151422722
Binary101100111010100100110000100110100110111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,58,36); }

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

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

 a { background-color: rgb(44,58,36); }

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

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

 span { border-color: rgb(44,58,36); }

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