Html Css Color HEX #294710 Black Forest

📋 copy color: '#294710'

red 41 ◦ green 71 ◦ blue 16

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

Shades of Black Forest #294710

Tints of Black Forest #294710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.47%

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

R = 32.03%
G = 55.47%
B = 12.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#294710 (or 0x294710) is known color: Black Forest. HEX triplet: 29, 47 and 10. RGB value is (41,71,16). Sum of RGB (Red+Green+Blue) = 41+71+16=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #294710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294710 is #D6B8EF. Grayscale: #373737. Windows color (decimal): -14072048 or 1066793. OLE color: 1066793.

HSL color Cylindrical-coordinate representation of color #294710: hue angle of 92.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294710 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 16 -
CMYK 0.42 0 0.77 0.72
HSL 92.73º 0.63% 0.17% -
HSV(B) 92.73º 0.77% 0.28% -
XYZ 3.26 5.02 1.29 -
YUV 55.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 41 71 16 0.42 0 0.77 0.72 92.73 0.63 0.17
Hex 29 47 10 2A 0 4D 48 5D 3F 11
Octal 51 107 20 52 0 115 110 135 77 21
Binary 101001 1000111 10000 101010 0 1001101 1001000 1011101 111111 10001

Color Harmonies of #294710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294710

Black with #294710

Text Example


Text Example

White with #294710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294710; }

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

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

background-color css

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

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

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

border-color css

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

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

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