#293D20

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

Shades of Black Forest #293D20

Tints of Black Forest #293D20

Color information

#293D20 (or 0x293D20) is unknown color: approx Black Forest. HEX triplet: 29, 3D and 20. RGB value is (41,61,32). Sum of RGB (Red+Green+Blue) = 41+61+32=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #293D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D20 is #D6C2DF. Grayscale: #333333. Windows color (decimal): -14074592 or 2112809. OLE color: 2112809.

HSL color Cylindrical-coordinate representation of color #293D20: hue angle of 101.38º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #293D20 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB416132-
CMYK0.3300.480.76
HSL101.38º31.18%18.24%-
HSV(B)101.38º47.54%23.92%-
XYZ2.843.911.97-
YUV51.71116.87120.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=30.60%
G=45.52%
B=23.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161320.3300.480.76101.3831.1818.24
Hex293D20210304C651f12
Octal517540410601141453722
Binary1010011111011000001000010110000100110011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293D20; }

 p { color: rgb(41,61,32); }

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

<style>
 a { background-color: #293D20; }

 a { background-color: rgb(41,61,32); }

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

<style>
 span { border-color: #293D20; }

 span { border-color: rgb(41,61,32); }

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