Html Css Color HEX #294511 Black Forest

📋 copy color: '#294511'

red 41 ◦ green 69 ◦ blue 17

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

Shades of Black Forest #294511

Tints of Black Forest #294511

RGB

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

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

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

R = 32.28%
G = 54.33%
B = 13.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#294511 (or 0x294511) is known color: Black Forest. HEX triplet: 29, 45 and 11. RGB value is (41,69,17). Sum of RGB (Red+Green+Blue) = 41+69+17=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #294511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294511 is #D6BAEE. Grayscale: #363636. Windows color (decimal): -14072559 or 1131817. OLE color: 1131817.

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

Color convert

RGB 41 69 17 -
CMYK 0.41 0 0.75 0.73
HSL 92.31º 0.6% 0.17% -
HSV(B) 92.31º 0.75% 0.27% -
XYZ 3.14 4.77 1.28 -
YUV 54.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 41 69 17 0.41 0 0.75 0.73 92.31 0.6 0.17
Hex 29 45 11 29 0 4B 49 5C 3C 11
Octal 51 105 21 51 0 113 111 134 74 21
Binary 101001 1000101 10001 101001 0 1001011 1001001 1011100 111100 10001

Color Harmonies of #294511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294511

Black with #294511

Text Example


Text Example

White with #294511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294511; }

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

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

background-color css

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

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

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

border-color css

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

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

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