Html Css Color HEX #294019 Black Forest

📋 copy color: '#294019'

red 41 ◦ green 64 ◦ blue 25

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

Shades of Black Forest #294019

Tints of Black Forest #294019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.23%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 31.54%
G = 49.23%
B = 19.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#294019 (or 0x294019) is known color: Black Forest. HEX triplet: 29, 40 and 19. RGB value is (41,64,25). Sum of RGB (Red+Green+Blue) = 41+64+25=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #294019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294019 is #D6BFE6. Grayscale: #343434. Windows color (decimal): -14073831 or 1654825. OLE color: 1654825.

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

Color convert

RGB 41 64 25 -
CMYK 0.36 0 0.61 0.75
HSL 95.38º 0.44% 0.17% -
HSV(B) 95.38º 0.61% 0.25% -
XYZ 2.92 4.21 1.58 -
YUV 52.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 41 64 25 0.36 0 0.61 0.75 95.38 0.44 0.17
Hex 29 40 19 24 0 3D 4B 5F 2C 11
Octal 51 100 31 44 0 75 113 137 54 21
Binary 101001 1000000 11001 100100 0 111101 1001011 1011111 101100 10001

Color Harmonies of #294019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294019

Black with #294019

Text Example


Text Example

White with #294019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294019; }

 p { color: rgb(41,64,25); }

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

background-color css

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

 a { background-color: rgb(41,64,25); }

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

border-color css

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

 span { border-color: rgb(41,64,25); }

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