Html Css Color HEX #294216 Black Forest

📋 copy color: '#294216'

red 41 ◦ green 66 ◦ blue 22

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

Shades of Black Forest #294216

Tints of Black Forest #294216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

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

R = 31.78%
G = 51.16%
B = 17.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#294216 (or 0x294216) is known color: Black Forest. HEX triplet: 29, 42 and 16. RGB value is (41,66,22). Sum of RGB (Red+Green+Blue) = 41+66+22=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #294216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294216 is #D6BDE9. Grayscale: #353535. Windows color (decimal): -14073322 or 1458729. OLE color: 1458729.

HSL color Cylindrical-coordinate representation of color #294216: hue angle of 94.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294216 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 22 -
CMYK 0.38 0 0.67 0.74
HSL 94.09º 0.5% 0.17% -
HSV(B) 94.09º 0.67% 0.26% -
XYZ 3.01 4.43 1.45 -
YUV 53.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 41 66 22 0.38 0 0.67 0.74 94.09 0.5 0.17
Hex 29 42 16 26 0 43 4A 5E 32 11
Octal 51 102 26 46 0 103 112 136 62 21
Binary 101001 1000010 10110 100110 0 1000011 1001010 1011110 110010 10001

Color Harmonies of #294216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294216

Black with #294216

Text Example


Text Example

White with #294216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294216; }

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

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

background-color css

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

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

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

border-color css

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

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

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