#293A19

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

Shades of Black Forest #293A19

Tints of Black Forest #293A19

Color information

#293A19 (or 0x293A19) is unknown color: approx Black Forest. HEX triplet: 29, 3A and 19. RGB value is (41,58,25). Sum of RGB (Red+Green+Blue) = 41+58+25=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #293A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A19 is #D6C5E6. Grayscale: #313131. Windows color (decimal): -14075367 or 1653289. OLE color: 1653289.

HSL color Cylindrical-coordinate representation of color #293A19: hue angle of 90.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293A19 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB415825-
CMYK0.2900.570.77
HSL90.91º39.76%16.27%-
HSV(B)90.91º56.9%22.75%-
XYZ2.63.571.47-
YUV49.16114.37122.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=33.06%
G=46.77%
B=20.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4158250.2900.570.7790.9139.7616.27
Hex293A191D0394D5b2810
Octal517231350711151335020
Binary101001111010110011110101110011001101101101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,25); }

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

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

 a { background-color: rgb(41,58,25); }

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

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

 span { border-color: rgb(41,58,25); }

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