Html Css Color HEX #294212 Black Forest

📋 copy color: '#294212'

red 41 ◦ green 66 ◦ blue 18

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

Shades of Black Forest #294212

Tints of Black Forest #294212

RGB

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

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

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

R = 32.8%
G = 52.8%
B = 14.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#294212 (or 0x294212) is known color: Black Forest. HEX triplet: 29, 42 and 12. RGB value is (41,66,18). Sum of RGB (Red+Green+Blue) = 41+66+18=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #294212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294212 is #D6BDED. Grayscale: #353535. Windows color (decimal): -14073326 or 1196585. OLE color: 1196585.

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

Color convert

RGB 41 66 18 -
CMYK 0.38 0 0.73 0.74
HSL 91.25º 0.57% 0.16% -
HSV(B) 91.25º 0.73% 0.26% -
XYZ 2.97 4.41 1.27 -
YUV 53.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 41 66 18 0.38 0 0.73 0.74 91.25 0.57 0.16
Hex 29 42 12 26 0 49 4A 5B 39 10
Octal 51 102 22 46 0 111 112 133 71 20
Binary 101001 1000010 10010 100110 0 1001001 1001010 1011011 111001 10000

Color Harmonies of #294212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294212

Black with #294212

Text Example


Text Example

White with #294212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294212; }

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

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

background-color css

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

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

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

border-color css

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

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

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