Html Css Color HEX #294410 Black Forest

📋 copy color: '#294410'

red 41 ◦ green 68 ◦ blue 16

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

Shades of Black Forest #294410

Tints of Black Forest #294410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 32.8%
G = 54.4%
B = 12.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#294410 (or 0x294410) is known color: Black Forest. HEX triplet: 29, 44 and 10. RGB value is (41,68,16). Sum of RGB (Red+Green+Blue) = 41+68+16=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #294410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294410 is #D6BBEF. Grayscale: #363636. Windows color (decimal): -14072816 or 1066025. OLE color: 1066025.

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

Color convert

RGB 41 68 16 -
CMYK 0.40 0 0.76 0.73
HSL 91.15º 0.62% 0.16% -
HSV(B) 91.15º 0.76% 0.27% -
XYZ 3.08 4.64 1.22 -
YUV 54 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 41 68 16 0.40 0 0.76 0.73 91.15 0.62 0.16
Hex 29 44 10 28 0 4C 49 5B 3E 10
Octal 51 104 20 50 0 114 111 133 76 20
Binary 101001 1000100 10000 101000 0 1001100 1001001 1011011 111110 10000

Color Harmonies of #294410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294410

Black with #294410

Text Example


Text Example

White with #294410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294410; }

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

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

background-color css

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

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

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

border-color css

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

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

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