#2C4118

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

Shades of Black Forest #2C4118

Tints of Black Forest #2C4118

Color information

#2C4118 (or 0x2C4118) is unknown color: approx Black Forest. HEX triplet: 2C, 41 and 18. RGB value is (44,65,24). Sum of RGB (Red+Green+Blue) = 44+65+24=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4118 is #D3BEE7. Grayscale: #363636. Windows color (decimal): -13876968 or 1589548. OLE color: 1589548.

HSL color Cylindrical-coordinate representation of color #2C4118: hue angle of 90.73º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C4118 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB446524-
CMYK0.3200.630.75
HSL90.73º46.07%17.45%-
HSV(B)90.73º63.08%25.49%-
XYZ3.094.381.55-
YUV54.05111.04120.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.08%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=33.08%
G=48.87%
B=18.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465240.3200.630.7590.7346.0717.45
Hex2C41182003F4B5b2e11
Octal5410130400771131335621
Binary10110010000011100010000001111111001011101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,24); }

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

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

 a { background-color: rgb(44,65,24); }

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

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

 span { border-color: rgb(44,65,24); }

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