Html Css Color HEX #294318 Black Forest

📋 copy color: '#294318'

red 41 ◦ green 67 ◦ blue 24

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

Shades of Black Forest #294318

Tints of Black Forest #294318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 31.06%
G = 50.76%
B = 18.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#294318 (or 0x294318) is known color: Black Forest. HEX triplet: 29, 43 and 18. RGB value is (41,67,24). Sum of RGB (Red+Green+Blue) = 41+67+24=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #294318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294318 is #D6BCE7. Grayscale: #363636. Windows color (decimal): -14073064 or 1590057. OLE color: 1590057.

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

Color convert

RGB 41 67 24 -
CMYK 0.39 0 0.64 0.74
HSL 96.28º 0.47% 0.18% -
HSV(B) 96.28º 0.64% 0.26% -
XYZ 3.09 4.55 1.58 -
YUV 54.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 41 67 24 0.39 0 0.64 0.74 96.28 0.47 0.18
Hex 29 43 18 27 0 40 4A 60 2F 12
Octal 51 103 30 47 0 100 112 140 57 22
Binary 101001 1000011 11000 100111 0 1000000 1001010 1100000 101111 10010

Color Harmonies of #294318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294318

Black with #294318

Text Example


Text Example

White with #294318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294318; }

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

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

background-color css

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

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

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

border-color css

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

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

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