Html Css Color HEX #294510 Black Forest

📋 copy color: '#294510'

red 41 ◦ green 69 ◦ blue 16

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

Shades of Black Forest #294510

Tints of Black Forest #294510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.76%

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 32.54%
G = 54.76%
B = 12.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#294510 (or 0x294510) is known color: Black Forest. HEX triplet: 29, 45 and 10. RGB value is (41,69,16). Sum of RGB (Red+Green+Blue) = 41+69+16=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #294510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294510 is #D6BAEF. Grayscale: #363636. Windows color (decimal): -14072560 or 1066281. OLE color: 1066281.

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

Color convert

RGB 41 69 16 -
CMYK 0.41 0 0.77 0.73
HSL 91.7º 0.62% 0.17% -
HSV(B) 91.7º 0.77% 0.27% -
XYZ 3.14 4.77 1.24 -
YUV 54.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 41 69 16 0.41 0 0.77 0.73 91.7 0.62 0.17
Hex 29 45 10 29 0 4D 49 5C 3E 11
Octal 51 105 20 51 0 115 111 134 76 21
Binary 101001 1000101 10000 101001 0 1001101 1001001 1011100 111110 10001

Color Harmonies of #294510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294510

Black with #294510

Text Example


Text Example

White with #294510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294510; }

 p { color: rgb(41,69,16); }

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

background-color css

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

 a { background-color: rgb(41,69,16); }

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

border-color css

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

 span { border-color: rgb(41,69,16); }

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