Html Css Color HEX #294018 Black Forest

📋 copy color: '#294018'

red 41 ◦ green 64 ◦ blue 24

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

Shades of Black Forest #294018

Tints of Black Forest #294018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 31.78%
G = 49.61%
B = 18.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#294018 (or 0x294018) is known color: Black Forest. HEX triplet: 29, 40 and 18. RGB value is (41,64,24). Sum of RGB (Red+Green+Blue) = 41+64+24=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #294018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294018 is #D6BFE7. Grayscale: #343434. Windows color (decimal): -14073832 or 1589289. OLE color: 1589289.

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

Color convert

RGB 41 64 24 -
CMYK 0.36 0 0.62 0.75
HSL 94.5º 0.45% 0.17% -
HSV(B) 94.5º 0.63% 0.25% -
XYZ 2.91 4.2 1.52 -
YUV 52.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 41 64 24 0.36 0 0.62 0.75 94.5 0.45 0.17
Hex 29 40 18 24 0 3E 4B 5E 2D 11
Octal 51 100 30 44 0 76 113 136 55 21
Binary 101001 1000000 11000 100100 0 111110 1001011 1011110 101101 10001

Color Harmonies of #294018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294018

Black with #294018

Text Example


Text Example

White with #294018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294018; }

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

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

background-color css

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

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

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

border-color css

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

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

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