Html Css Color HEX #294611 Black Forest

📋 copy color: '#294611'

red 41 ◦ green 70 ◦ blue 17

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

Shades of Black Forest #294611

Tints of Black Forest #294611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

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

R = 32.03%
G = 54.69%
B = 13.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#294611 (or 0x294611) is known color: Black Forest. HEX triplet: 29, 46 and 11. RGB value is (41,70,17). Sum of RGB (Red+Green+Blue) = 41+70+17=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #294611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294611 is #D6B9EE. Grayscale: #373737. Windows color (decimal): -14072303 or 1132073. OLE color: 1132073.

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

Color convert

RGB 41 70 17 -
CMYK 0.41 0 0.76 0.73
HSL 92.83º 0.61% 0.17% -
HSV(B) 92.83º 0.76% 0.27% -
XYZ 3.21 4.89 1.31 -
YUV 55.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 41 70 17 0.41 0 0.76 0.73 92.83 0.61 0.17
Hex 29 46 11 29 0 4C 49 5D 3D 11
Octal 51 106 21 51 0 114 111 135 75 21
Binary 101001 1000110 10001 101001 0 1001100 1001001 1011101 111101 10001

Color Harmonies of #294611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294611

Black with #294611

Text Example


Text Example

White with #294611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294611; }

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

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

background-color css

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

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

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

border-color css

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

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

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