#2C431C

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

Shades of Black Forest #2C431C

Tints of Black Forest #2C431C

Color information

#2C431C (or 0x2C431C) is unknown color: approx Black Forest. HEX triplet: 2C, 43 and 1C. RGB value is (44,67,28). Sum of RGB (Red+Green+Blue) = 44+67+28=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #2C431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C431C is #D3BCE3. Grayscale: #373737. Windows color (decimal): -13876452 or 1852204. OLE color: 1852204.

HSL color Cylindrical-coordinate representation of color #2C431C: hue angle of 95.38º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C431C is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB446728-
CMYK0.3400.580.74
HSL95.38º41.05%18.63%-
HSV(B)95.38º58.21%26.27%-
XYZ3.264.631.82-
YUV55.68112.38119.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.65%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=31.65%
G=48.20%
B=20.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4467280.3400.580.7495.3841.0518.63
Hex2C431C2203A4A5f2913
Octal5410334420721121375123
Binary10110010000111110010001001110101001010101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,67,28); }

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

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

 a { background-color: rgb(44,67,28); }

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

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

 span { border-color: rgb(44,67,28); }

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