Html Css Color HEX #294514 Black Forest

📋 copy color: '#294514'

red 41 ◦ green 69 ◦ blue 20

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

Shades of Black Forest #294514

Tints of Black Forest #294514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 31.54%
G = 53.08%
B = 15.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#294514 (or 0x294514) is known color: Black Forest. HEX triplet: 29, 45 and 14. RGB value is (41,69,20). Sum of RGB (Red+Green+Blue) = 41+69+20=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #294514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294514 is #D6BAEB. Grayscale: #373737. Windows color (decimal): -14072556 or 1328425. OLE color: 1328425.

HSL color Cylindrical-coordinate representation of color #294514: hue angle of 94.29º 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 #294514 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 20 -
CMYK 0.41 0 0.71 0.73
HSL 94.29º 0.55% 0.17% -
HSV(B) 94.29º 0.71% 0.27% -
XYZ 3.17 4.78 1.42 -
YUV 55.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 41 69 20 0.41 0 0.71 0.73 94.29 0.55 0.17
Hex 29 45 14 29 0 47 49 5E 37 11
Octal 51 105 24 51 0 107 111 136 67 21
Binary 101001 1000101 10100 101001 0 1000111 1001001 1011110 110111 10001

Color Harmonies of #294514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294514

Black with #294514

Text Example


Text Example

White with #294514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294514; }

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

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

background-color css

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

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

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

border-color css

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

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

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