Html Css Color HEX #294014 Black Forest

📋 copy color: '#294014'

red 41 ◦ green 64 ◦ blue 20

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

Shades of Black Forest #294014

Tints of Black Forest #294014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

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

R = 32.8%
G = 51.2%
B = 16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#294014 (or 0x294014) is known color: Black Forest. HEX triplet: 29, 40 and 14. RGB value is (41,64,20). Sum of RGB (Red+Green+Blue) = 41+64+20=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #294014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294014 is #D6BFEB. Grayscale: #343434. Windows color (decimal): -14073836 or 1327145. OLE color: 1327145.

HSL color Cylindrical-coordinate representation of color #294014: hue angle of 91.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294014 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 20 -
CMYK 0.36 0 0.69 0.75
HSL 91.36º 0.52% 0.16% -
HSV(B) 91.36º 0.69% 0.25% -
XYZ 2.87 4.19 1.32 -
YUV 52.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 41 64 20 0.36 0 0.69 0.75 91.36 0.52 0.16
Hex 29 40 14 24 0 45 4B 5B 34 10
Octal 51 100 24 44 0 105 113 133 64 20
Binary 101001 1000000 10100 100100 0 1000101 1001011 1011011 110100 10000

Color Harmonies of #294014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294014

Black with #294014

Text Example


Text Example

White with #294014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294014; }

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

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

background-color css

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

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

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

border-color css

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

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

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