Html Css Color HEX #294115 Black Forest

📋 copy color: '#294115'

red 41 ◦ green 65 ◦ blue 21

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

Shades of Black Forest #294115

Tints of Black Forest #294115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 32.28%
G = 51.18%
B = 16.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#294115 (or 0x294115) is known color: Black Forest. HEX triplet: 29, 41 and 15. RGB value is (41,65,21). Sum of RGB (Red+Green+Blue) = 41+65+21=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #294115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294115 is #D6BEEA. Grayscale: #343434. Windows color (decimal): -14073579 or 1392937. OLE color: 1392937.

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

Color convert

RGB 41 65 21 -
CMYK 0.37 0 0.68 0.75
HSL 92.73º 0.51% 0.17% -
HSV(B) 92.73º 0.68% 0.25% -
XYZ 2.94 4.31 1.39 -
YUV 52.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 41 65 21 0.37 0 0.68 0.75 92.73 0.51 0.17
Hex 29 41 15 25 0 44 4B 5D 33 11
Octal 51 101 25 45 0 104 113 135 63 21
Binary 101001 1000001 10101 100101 0 1000100 1001011 1011101 110011 10001

Color Harmonies of #294115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294115

Black with #294115

Text Example


Text Example

White with #294115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294115; }

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

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

background-color css

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

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

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

border-color css

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

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

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