Html Css Color HEX #294017 Black Forest

📋 copy color: '#294017'

red 41 ◦ green 64 ◦ blue 23

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

Shades of Black Forest #294017

Tints of Black Forest #294017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 32.03%
G = 50%
B = 17.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#294017 (or 0x294017) is known color: Black Forest. HEX triplet: 29, 40 and 17. RGB value is (41,64,23). Sum of RGB (Red+Green+Blue) = 41+64+23=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #294017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294017 is #D6BFE8. Grayscale: #343434. Windows color (decimal): -14073833 or 1523753. OLE color: 1523753.

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

Color convert

RGB 41 64 23 -
CMYK 0.36 0 0.64 0.75
HSL 93.66º 0.47% 0.17% -
HSV(B) 93.66º 0.64% 0.25% -
XYZ 2.9 4.2 1.47 -
YUV 52.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 41 64 23 0.36 0 0.64 0.75 93.66 0.47 0.17
Hex 29 40 17 24 0 40 4B 5E 2F 11
Octal 51 100 27 44 0 100 113 136 57 21
Binary 101001 1000000 10111 100100 0 1000000 1001011 1011110 101111 10001

Color Harmonies of #294017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294017

Black with #294017

Text Example


Text Example

White with #294017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294017; }

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

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

background-color css

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

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

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

border-color css

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

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

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