Html Css Color HEX #294414 Black Forest

📋 copy color: '#294414'

red 41 ◦ green 68 ◦ blue 20

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

Shades of Black Forest #294414

Tints of Black Forest #294414

RGB

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

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

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

R = 31.78%
G = 52.71%
B = 15.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#294414 (or 0x294414) is known color: Black Forest. HEX triplet: 29, 44 and 14. RGB value is (41,68,20). Sum of RGB (Red+Green+Blue) = 41+68+20=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #294414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294414 is #D6BBEB. Grayscale: #363636. Windows color (decimal): -14072812 or 1328169. OLE color: 1328169.

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

Color convert

RGB 41 68 20 -
CMYK 0.40 0 0.71 0.73
HSL 93.75º 0.55% 0.17% -
HSV(B) 93.75º 0.71% 0.27% -
XYZ 3.11 4.66 1.4 -
YUV 54.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 41 68 20 0.40 0 0.71 0.73 93.75 0.55 0.17
Hex 29 44 14 28 0 47 49 5E 37 11
Octal 51 104 24 50 0 107 111 136 67 21
Binary 101001 1000100 10100 101000 0 1000111 1001001 1011110 110111 10001

Color Harmonies of #294414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294414

Black with #294414

Text Example


Text Example

White with #294414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294414; }

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

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

background-color css

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

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

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

border-color css

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

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

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