Html Css Color HEX #294314 Black Forest

📋 copy color: '#294314'

red 41 ◦ green 67 ◦ blue 20

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

Shades of Black Forest #294314

Tints of Black Forest #294314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.34%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 32.03%
G = 52.34%
B = 15.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#294314 (or 0x294314) is known color: Black Forest. HEX triplet: 29, 43 and 14. RGB value is (41,67,20). Sum of RGB (Red+Green+Blue) = 41+67+20=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #294314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294314 is #D6BCEB. Grayscale: #363636. Windows color (decimal): -14073068 or 1327913. OLE color: 1327913.

HSL color Cylindrical-coordinate representation of color #294314: hue angle of 93.19º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294314 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 67 20 -
CMYK 0.39 0 0.70 0.74
HSL 93.19º 0.54% 0.17% -
HSV(B) 93.19º 0.7% 0.26% -
XYZ 3.05 4.54 1.38 -
YUV 53.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 41 67 20 0.39 0 0.70 0.74 93.19 0.54 0.17
Hex 29 43 14 27 0 46 4A 5D 36 11
Octal 51 103 24 47 0 106 112 135 66 21
Binary 101001 1000011 10100 100111 0 1000110 1001010 1011101 110110 10001

Color Harmonies of #294314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294314

Black with #294314

Text Example


Text Example

White with #294314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294314; }

 p { color: rgb(41,67,20); }

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

background-color css

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

 a { background-color: rgb(41,67,20); }

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

border-color css

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

 span { border-color: rgb(41,67,20); }

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