Html Css Color HEX #294419 Black Forest

📋 copy color: '#294419'

red 41 ◦ green 68 ◦ blue 25

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

Shades of Black Forest #294419

Tints of Black Forest #294419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

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

R = 30.6%
G = 50.75%
B = 18.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#294419 (or 0x294419) is known color: Black Forest. HEX triplet: 29, 44 and 19. RGB value is (41,68,25). Sum of RGB (Red+Green+Blue) = 41+68+25=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #294419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294419 is #D6BBE6. Grayscale: #373737. Windows color (decimal): -14072807 or 1655849. OLE color: 1655849.

HSL color Cylindrical-coordinate representation of color #294419: hue angle of 97.67º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294419 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 25 -
CMYK 0.40 0 0.63 0.73
HSL 97.67º 0.46% 0.18% -
HSV(B) 97.67º 0.63% 0.27% -
XYZ 3.16 4.68 1.66 -
YUV 55.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 41 68 25 0.40 0 0.63 0.73 97.67 0.46 0.18
Hex 29 44 19 28 0 3F 49 62 2E 12
Octal 51 104 31 50 0 77 111 142 56 22
Binary 101001 1000100 11001 101000 0 111111 1001001 1100010 101110 10010

Color Harmonies of #294419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294419

Black with #294419

Text Example


Text Example

White with #294419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294419; }

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

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

background-color css

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

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

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

border-color css

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

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

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