Html Css Color HEX #294016 Black Forest

📋 copy color: '#294016'

red 41 ◦ green 64 ◦ blue 22

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

Shades of Black Forest #294016

Tints of Black Forest #294016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

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

R = 32.28%
G = 50.39%
B = 17.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#294016 (or 0x294016) is known color: Black Forest. HEX triplet: 29, 40 and 16. RGB value is (41,64,22). Sum of RGB (Red+Green+Blue) = 41+64+22=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #294016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294016 is #D6BFE9. Grayscale: #343434. Windows color (decimal): -14073834 or 1458217. OLE color: 1458217.

HSL color Cylindrical-coordinate representation of color #294016: hue angle of 92.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294016 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 22 -
CMYK 0.36 0 0.66 0.75
HSL 92.86º 0.49% 0.17% -
HSV(B) 92.86º 0.66% 0.25% -
XYZ 2.89 4.2 1.42 -
YUV 52.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 41 64 22 0.36 0 0.66 0.75 92.86 0.49 0.17
Hex 29 40 16 24 0 42 4B 5D 31 11
Octal 51 100 26 44 0 102 113 135 61 21
Binary 101001 1000000 10110 100100 0 1000010 1001011 1011101 110001 10001

Color Harmonies of #294016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294016

Black with #294016

Text Example


Text Example

White with #294016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294016; }

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

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

background-color css

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

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

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

border-color css

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

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

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