Html Css Color HEX #294312 Black Forest

📋 copy color: '#294312'

red 41 ◦ green 67 ◦ blue 18

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

Shades of Black Forest #294312

Tints of Black Forest #294312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 32.54%
G = 53.17%
B = 14.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#294312 (or 0x294312) is known color: Black Forest. HEX triplet: 29, 43 and 12. RGB value is (41,67,18). Sum of RGB (Red+Green+Blue) = 41+67+18=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #294312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294312 is #D6BCED. Grayscale: #353535. Windows color (decimal): -14073070 or 1196841. OLE color: 1196841.

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

Color convert

RGB 41 67 18 -
CMYK 0.39 0 0.73 0.74
HSL 91.84º 0.58% 0.17% -
HSV(B) 91.84º 0.73% 0.26% -
XYZ 3.03 4.53 1.29 -
YUV 53.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 41 67 18 0.39 0 0.73 0.74 91.84 0.58 0.17
Hex 29 43 12 27 0 49 4A 5C 3A 11
Octal 51 103 22 47 0 111 112 134 72 21
Binary 101001 1000011 10010 100111 0 1001001 1001010 1011100 111010 10001

Color Harmonies of #294312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294312

Black with #294312

Text Example


Text Example

White with #294312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294312; }

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

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

background-color css

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

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

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

border-color css

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

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

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