#293F1A

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

Shades of Black Forest #293F1A

Tints of Black Forest #293F1A

Color information

#293F1A (or 0x293F1A) is unknown color: approx Black Forest. HEX triplet: 29, 3F and 1A. RGB value is (41,63,26). Sum of RGB (Red+Green+Blue) = 41+63+26=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #293F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F1A is #D6C0E5. Grayscale: #343434. Windows color (decimal): -14074086 or 1720105. OLE color: 1720105.

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

Color convert

RGB416326-
CMYK0.3500.590.75
HSL95.68º41.57%17.45%-
HSV(B)95.68º58.73%24.71%-
XYZ2.884.11.62-
YUV52.2113.21120.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 26 (10.55% from 255) = 20%
R=31.54%
G=48.46%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163260.3500.590.7595.6841.5717.45
Hex293F1A2303B4B602a11
Octal517732430731131405221
Binary1010011111111101010001101110111001011110000010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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