Html Css Color HEX #294113 Black Forest

📋 copy color: '#294113'

red 41 ◦ green 65 ◦ blue 19

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

Shades of Black Forest #294113

Tints of Black Forest #294113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 32.8%
G = 52%
B = 15.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#294113 (or 0x294113) is known color: Black Forest. HEX triplet: 29, 41 and 13. RGB value is (41,65,19). Sum of RGB (Red+Green+Blue) = 41+65+19=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #294113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294113 is #D6BEEC. Grayscale: #343434. Windows color (decimal): -14073581 or 1261865. OLE color: 1261865.

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

Color convert

RGB 41 65 19 -
CMYK 0.37 0 0.71 0.75
HSL 91.3º 0.55% 0.16% -
HSV(B) 91.3º 0.71% 0.25% -
XYZ 2.92 4.3 1.29 -
YUV 52.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 41 65 19 0.37 0 0.71 0.75 91.3 0.55 0.16
Hex 29 41 13 25 0 47 4B 5B 37 10
Octal 51 101 23 45 0 107 113 133 67 20
Binary 101001 1000001 10011 100101 0 1000111 1001011 1011011 110111 10000

Color Harmonies of #294113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294113

Black with #294113

Text Example


Text Example

White with #294113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294113; }

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

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

background-color css

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

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

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

border-color css

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

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

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