Html Css Color HEX #294618 Black Forest

📋 copy color: '#294618'

red 41 ◦ green 70 ◦ blue 24

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

Shades of Black Forest #294618

Tints of Black Forest #294618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.85%

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

R = 30.37%
G = 51.85%
B = 17.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#294618 (or 0x294618) is known color: Black Forest. HEX triplet: 29, 46 and 18. RGB value is (41,70,24). Sum of RGB (Red+Green+Blue) = 41+70+24=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #294618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294618 is #D6B9E7. Grayscale: #383838. Windows color (decimal): -14072296 or 1590825. OLE color: 1590825.

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

Color convert

RGB 41 70 24 -
CMYK 0.41 0 0.66 0.73
HSL 97.83º 0.49% 0.18% -
HSV(B) 97.83º 0.66% 0.27% -
XYZ 3.27 4.92 1.64 -
YUV 56.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 41 70 24 0.41 0 0.66 0.73 97.83 0.49 0.18
Hex 29 46 18 29 0 42 49 62 31 12
Octal 51 106 30 51 0 102 111 142 61 22
Binary 101001 1000110 11000 101001 0 1000010 1001001 1100010 110001 10010

Color Harmonies of #294618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294618

Black with #294618

Text Example


Text Example

White with #294618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294618; }

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

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

background-color css

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

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

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

border-color css

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

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

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