Html Css Color HEX #294413 Black Forest

📋 copy color: '#294413'

red 41 ◦ green 68 ◦ blue 19

#294413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #294413

Tints of Black Forest #294413

RGB

 RED value IS 41 (16.41% from 255) = 32.03%

 GREEN value IS 68 (26.95% from 255) = 53.13%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 32.03%
G = 53.13%
B = 14.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#294413 (or 0x294413) is known color: Black Forest. HEX triplet: 29, 44 and 13. RGB value is (41,68,19). Sum of RGB (Red+Green+Blue) = 41+68+19=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #294413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294413 is #D6BBEC. Grayscale: #363636. Windows color (decimal): -14072813 or 1262633. OLE color: 1262633.

HSL color Cylindrical-coordinate representation of color #294413: hue angle of 93.06º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294413 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 19 -
CMYK 0.40 0 0.72 0.73
HSL 93.06º 0.56% 0.17% -
HSV(B) 93.06º 0.72% 0.27% -
XYZ 3.1 4.65 1.35 -
YUV 54.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 41 68 19 0.40 0 0.72 0.73 93.06 0.56 0.17
Hex 29 44 13 28 0 48 49 5D 38 11
Octal 51 104 23 50 0 110 111 135 70 21
Binary 101001 1000100 10011 101000 0 1001000 1001001 1011101 111000 10001

Color Harmonies of #294413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294413

Black with #294413

Text Example


Text Example

White with #294413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294413; }

 p { color: rgb(41,68,19); }

 H1.HeaderClassName
 {
   color: #294413;
 }
 .AnyTagClassName
 {
   color: #294413;
 }
</style>

background-color css

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

 a { background-color: rgb(41,68,19); }

 div.DivClassName
 {
   background-color: #294413;
 }
 .BgClassName
 {
   background-color: #294413;
 }
</style>

border-color css

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

 span { border-color: rgb(41,68,19); }

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