#293F16

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

Shades of Black Forest #293F16

Tints of Black Forest #293F16

Color information

#293F16 (or 0x293F16) is unknown color: approx Black Forest. HEX triplet: 29, 3F and 16. RGB value is (41,63,22). Sum of RGB (Red+Green+Blue) = 41+63+22=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #293F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F16 is #D6C0E9. Grayscale: #333333. Windows color (decimal): -14074090 or 1457961. OLE color: 1457961.

HSL color Cylindrical-coordinate representation of color #293F16: hue angle of 92.2º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293F16 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB416322-
CMYK0.3500.650.75
HSL92.2º48.24%16.67%-
HSV(B)92.2º65.08%24.71%-
XYZ2.844.081.4-
YUV51.75111.21120.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=32.54%
G=50%
B=17.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163220.3500.650.7592.248.2416.67
Hex293F16230414B5c3011
Octal5177264301011131346021
Binary10100111111110110100011010000011001011101110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,22); }

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

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

 a { background-color: rgb(41,63,22); }

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

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

 span { border-color: rgb(41,63,22); }

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