#2C4217

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

Shades of Black Forest #2C4217

Tints of Black Forest #2C4217

Color information

#2C4217 (or 0x2C4217) is unknown color: approx Black Forest. HEX triplet: 2C, 42 and 17. RGB value is (44,66,23). Sum of RGB (Red+Green+Blue) = 44+66+23=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4217 is #D3BDE8. Grayscale: #363636. Windows color (decimal): -13876713 or 1524268. OLE color: 1524268.

HSL color Cylindrical-coordinate representation of color #2C4217: hue angle of 90.7º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C4217 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB446623-
CMYK0.3300.650.74
HSL90.7º48.31%17.45%-
HSV(B)90.7º65.15%25.88%-
XYZ3.144.491.51-
YUV54.52110.21120.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.08%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=33.08%
G=49.62%
B=17.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4466230.3300.650.7490.748.3117.45
Hex2C4217210414A5b3011
Octal54102274101011121336021
Binary101100100001010111100001010000011001010101101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,66,23); }

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

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

 a { background-color: rgb(44,66,23); }

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

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

 span { border-color: rgb(44,66,23); }

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