Html Css Color HEX #294313 Black Forest

📋 copy color: '#294313'

red 41 ◦ green 67 ◦ blue 19

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

Shades of Black Forest #294313

Tints of Black Forest #294313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.76%

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

R = 32.28%
G = 52.76%
B = 14.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#294313 (or 0x294313) is known color: Black Forest. HEX triplet: 29, 43 and 13. RGB value is (41,67,19). Sum of RGB (Red+Green+Blue) = 41+67+19=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #294313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294313 is #D6BCEC. Grayscale: #353535. Windows color (decimal): -14073069 or 1262377. OLE color: 1262377.

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

Color convert

RGB 41 67 19 -
CMYK 0.39 0 0.72 0.74
HSL 92.5º 0.56% 0.17% -
HSV(B) 92.5º 0.72% 0.26% -
XYZ 3.04 4.53 1.33 -
YUV 53.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 41 67 19 0.39 0 0.72 0.74 92.5 0.56 0.17
Hex 29 43 13 27 0 48 4A 5C 38 11
Octal 51 103 23 47 0 110 112 134 70 21
Binary 101001 1000011 10011 100111 0 1001000 1001010 1011100 111000 10001

Color Harmonies of #294313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294313

Black with #294313

Text Example


Text Example

White with #294313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294313; }

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

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

background-color css

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

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

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

border-color css

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

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

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