Html Css Color HEX #294912 Black Forest

📋 copy color: '#294912'

red 41 ◦ green 73 ◦ blue 18

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

Shades of Black Forest #294912

Tints of Black Forest #294912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 31.06%
G = 55.3%
B = 13.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#294912 (or 0x294912) is known color: Black Forest. HEX triplet: 29, 49 and 12. RGB value is (41,73,18). Sum of RGB (Red+Green+Blue) = 41+73+18=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #294912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294912 is #D6B6ED. Grayscale: #393939. Windows color (decimal): -14071534 or 1198377. OLE color: 1198377.

HSL color Cylindrical-coordinate representation of color #294912: hue angle of 94.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294912 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 18 -
CMYK 0.44 0 0.75 0.71
HSL 94.91º 0.6% 0.18% -
HSV(B) 94.91º 0.75% 0.29% -
XYZ 3.41 5.28 1.41 -
YUV 57.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 41 73 18 0.44 0 0.75 0.71 94.91 0.6 0.18
Hex 29 49 12 2C 0 4B 47 5F 3C 12
Octal 51 111 22 54 0 113 107 137 74 22
Binary 101001 1001001 10010 101100 0 1001011 1000111 1011111 111100 10010

Color Harmonies of #294912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294912

Black with #294912

Text Example


Text Example

White with #294912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294912; }

 p { color: rgb(41,73,18); }

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

background-color css

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

 a { background-color: rgb(41,73,18); }

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

border-color css

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

 span { border-color: rgb(41,73,18); }

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