#2C431A

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

Shades of Black Forest #2C431A

Tints of Black Forest #2C431A

Color information

#2C431A (or 0x2C431A) is unknown color: approx Black Forest. HEX triplet: 2C, 43 and 1A. RGB value is (44,67,26). Sum of RGB (Red+Green+Blue) = 44+67+26=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #2C431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C431A is #D3BCE5. Grayscale: #373737. Windows color (decimal): -13876454 or 1721132. OLE color: 1721132.

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

Color convert

RGB446726-
CMYK0.3400.610.74
HSL93.66º44.09%18.24%-
HSV(B)93.66º61.19%26.27%-
XYZ3.234.621.7-
YUV55.45111.38119.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.12%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=32.12%
G=48.91%
B=18.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4467260.3400.610.7493.6644.0918.24
Hex2C431A2203D4A5e2c12
Octal5410332420751121365422
Binary10110010000111101010001001111011001010101111010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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