#293F18

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

Shades of Black Forest #293F18

Tints of Black Forest #293F18

Color information

#293F18 (or 0x293F18) is unknown color: approx Black Forest. HEX triplet: 29, 3F and 18. RGB value is (41,63,24). Sum of RGB (Red+Green+Blue) = 41+63+24=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #293F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F18 is #D6C0E7. Grayscale: #343434. Windows color (decimal): -14074088 or 1589033. OLE color: 1589033.

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

Color convert

RGB416324-
CMYK0.3500.620.75
HSL93.85º44.83%17.06%-
HSV(B)93.85º61.9%24.71%-
XYZ2.864.091.5-
YUV51.98112.21120.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=32.03%
G=49.22%
B=18.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163240.3500.620.7593.8544.8317.06
Hex293F182303E4B5e2d11
Octal517730430761131365521
Binary1010011111111100010001101111101001011101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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