Html Css Color HEX #294213 Black Forest

📋 copy color: '#294213'

red 41 ◦ green 66 ◦ blue 19

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

Shades of Black Forest #294213

Tints of Black Forest #294213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 32.54%
G = 52.38%
B = 15.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#294213 (or 0x294213) is known color: Black Forest. HEX triplet: 29, 42 and 13. RGB value is (41,66,19). Sum of RGB (Red+Green+Blue) = 41+66+19=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #294213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294213 is #D6BDEC. Grayscale: #353535. Windows color (decimal): -14073325 or 1262121. OLE color: 1262121.

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

Color convert

RGB 41 66 19 -
CMYK 0.38 0 0.71 0.74
HSL 91.91º 0.55% 0.17% -
HSV(B) 91.91º 0.71% 0.26% -
XYZ 2.98 4.41 1.31 -
YUV 53.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 41 66 19 0.38 0 0.71 0.74 91.91 0.55 0.17
Hex 29 42 13 26 0 47 4A 5C 37 11
Octal 51 102 23 46 0 107 112 134 67 21
Binary 101001 1000010 10011 100110 0 1000111 1001010 1011100 110111 10001

Color Harmonies of #294213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294213

Black with #294213

Text Example


Text Example

White with #294213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294213; }

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

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

background-color css

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

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

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

border-color css

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

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

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