Html Css Color HEX #294716 Black Forest

📋 copy color: '#294716'

red 41 ◦ green 71 ◦ blue 22

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

Shades of Black Forest #294716

Tints of Black Forest #294716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 30.6%
G = 52.99%
B = 16.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#294716 (or 0x294716) is known color: Black Forest. HEX triplet: 29, 47 and 16. RGB value is (41,71,22). Sum of RGB (Red+Green+Blue) = 41+71+22=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #294716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294716 is #D6B8E9. Grayscale: #383838. Windows color (decimal): -14072042 or 1460009. OLE color: 1460009.

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

Color convert

RGB 41 71 22 -
CMYK 0.42 0 0.69 0.72
HSL 96.73º 0.53% 0.18% -
HSV(B) 96.73º 0.69% 0.28% -
XYZ 3.31 5.04 1.56 -
YUV 56.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 41 71 22 0.42 0 0.69 0.72 96.73 0.53 0.18
Hex 29 47 16 2A 0 45 48 61 35 12
Octal 51 107 26 52 0 105 110 141 65 22
Binary 101001 1000111 10110 101010 0 1000101 1001000 1100001 110101 10010

Color Harmonies of #294716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294716

Black with #294716

Text Example


Text Example

White with #294716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294716; }

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

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

background-color css

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

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

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

border-color css

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

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

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