Html Css Color HEX #294516 Black Forest

📋 copy color: '#294516'

red 41 ◦ green 69 ◦ blue 22

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

Shades of Black Forest #294516

Tints of Black Forest #294516

RGB

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

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

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

R = 31.06%
G = 52.27%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#294516 (or 0x294516) is known color: Black Forest. HEX triplet: 29, 45 and 16. RGB value is (41,69,22). Sum of RGB (Red+Green+Blue) = 41+69+22=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #294516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294516 is #D6BAE9. Grayscale: #373737. Windows color (decimal): -14072554 or 1459497. OLE color: 1459497.

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

Color convert

RGB 41 69 22 -
CMYK 0.41 0 0.68 0.73
HSL 95.74º 0.52% 0.18% -
HSV(B) 95.74º 0.68% 0.27% -
XYZ 3.19 4.79 1.51 -
YUV 55.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 41 69 22 0.41 0 0.68 0.73 95.74 0.52 0.18
Hex 29 45 16 29 0 44 49 60 34 12
Octal 51 105 26 51 0 104 111 140 64 22
Binary 101001 1000101 10110 101001 0 1000100 1001001 1100000 110100 10010

Color Harmonies of #294516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294516

Black with #294516

Text Example


Text Example

White with #294516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294516; }

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

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

background-color css

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

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

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

border-color css

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

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

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