#2D421C

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

Shades of Black Forest #2D421C

Tints of Black Forest #2D421C

Color information

#2D421C (or 0x2D421C) is unknown color: approx Black Forest. HEX triplet: 2D, 42 and 1C. RGB value is (45,66,28). Sum of RGB (Red+Green+Blue) = 45+66+28=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #2D421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D421C is #D2BDE3. Grayscale: #373737. Windows color (decimal): -13811172 or 1851949. OLE color: 1851949.

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

Color convert

RGB456628-
CMYK0.3200.580.74
HSL93.16º40.43%18.43%-
HSV(B)93.16º57.58%25.88%-
XYZ3.244.541.8-
YUV55.39112.54120.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=32.37%
G=47.48%
B=20.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566280.3200.580.7493.1640.4318.43
Hex2D421C2003A4A5d2812
Octal5510234400721121355022
Binary10110110000101110010000001110101001010101110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,66,28); }

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

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

 a { background-color: rgb(45,66,28); }

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

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

 span { border-color: rgb(45,66,28); }

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