Html Css Color HEX #294118 Black Forest

📋 copy color: '#294118'

red 41 ◦ green 65 ◦ blue 24

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

Shades of Black Forest #294118

Tints of Black Forest #294118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

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

R = 31.54%
G = 50%
B = 18.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#294118 (or 0x294118) is known color: Black Forest. HEX triplet: 29, 41 and 18. RGB value is (41,65,24). Sum of RGB (Red+Green+Blue) = 41+65+24=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #294118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294118 is #D6BEE7. Grayscale: #353535. Windows color (decimal): -14073576 or 1589545. OLE color: 1589545.

HSL color Cylindrical-coordinate representation of color #294118: hue angle of 95.12º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294118 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 24 -
CMYK 0.37 0 0.63 0.75
HSL 95.12º 0.46% 0.17% -
HSV(B) 95.12º 0.63% 0.25% -
XYZ 2.97 4.32 1.54 -
YUV 53.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 41 65 24 0.37 0 0.63 0.75 95.12 0.46 0.17
Hex 29 41 18 25 0 3F 4B 5F 2E 11
Octal 51 101 30 45 0 77 113 137 56 21
Binary 101001 1000001 11000 100101 0 111111 1001011 1011111 101110 10001

Color Harmonies of #294118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294118

Black with #294118

Text Example


Text Example

White with #294118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294118; }

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

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

background-color css

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

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

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

border-color css

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

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

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