Html Css Color HEX #294015 Black Forest

📋 copy color: '#294015'

red 41 ◦ green 64 ◦ blue 21

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

Shades of Black Forest #294015

Tints of Black Forest #294015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 32.54%
G = 50.79%
B = 16.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#294015 (or 0x294015) is known color: Black Forest. HEX triplet: 29, 40 and 15. RGB value is (41,64,21). Sum of RGB (Red+Green+Blue) = 41+64+21=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #294015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294015 is #D6BFEA. Grayscale: #343434. Windows color (decimal): -14073835 or 1392681. OLE color: 1392681.

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

Color convert

RGB 41 64 21 -
CMYK 0.36 0 0.67 0.75
HSL 92.09º 0.51% 0.17% -
HSV(B) 92.09º 0.67% 0.25% -
XYZ 2.88 4.19 1.37 -
YUV 52.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 41 64 21 0.36 0 0.67 0.75 92.09 0.51 0.17
Hex 29 40 15 24 0 43 4B 5C 33 11
Octal 51 100 25 44 0 103 113 134 63 21
Binary 101001 1000000 10101 100100 0 1000011 1001011 1011100 110011 10001

Color Harmonies of #294015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294015

Black with #294015

Text Example


Text Example

White with #294015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294015; }

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

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

background-color css

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

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

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

border-color css

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

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

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