Html Css Color HEX #294311 Black Forest

📋 copy color: '#294311'

red 41 ◦ green 67 ◦ blue 17

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

Shades of Black Forest #294311

Tints of Black Forest #294311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 32.8%
G = 53.6%
B = 13.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#294311 (or 0x294311) is known color: Black Forest. HEX triplet: 29, 43 and 11. RGB value is (41,67,17). Sum of RGB (Red+Green+Blue) = 41+67+17=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #294311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294311 is #D6BCEE. Grayscale: #353535. Windows color (decimal): -14073071 or 1131305. OLE color: 1131305.

HSL color Cylindrical-coordinate representation of color #294311: hue angle of 91.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294311 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 67 17 -
CMYK 0.39 0 0.75 0.74
HSL 91.2º 0.6% 0.16% -
HSV(B) 91.2º 0.75% 0.26% -
XYZ 3.02 4.53 1.24 -
YUV 53.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 41 67 17 0.39 0 0.75 0.74 91.2 0.6 0.16
Hex 29 43 11 27 0 4B 4A 5B 3C 10
Octal 51 103 21 47 0 113 112 133 74 20
Binary 101001 1000011 10001 100111 0 1001011 1001010 1011011 111100 10000

Color Harmonies of #294311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294311

Black with #294311

Text Example


Text Example

White with #294311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294311; }

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

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

background-color css

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

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

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

border-color css

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

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

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