Html Css Color HEX #29470F Black Forest

📋 copy color: '#29470F'

red 41 ◦ green 71 ◦ blue 15

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

Shades of Black Forest #29470F

Tints of Black Forest #29470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 32.28%
G = 55.91%
B = 11.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#29470F (or 0x29470F) is known color: Black Forest. HEX triplet: 29, 47 and 0F. RGB value is (41,71,15). Sum of RGB (Red+Green+Blue) = 41+71+15=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #29470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29470F is #D6B8F0. Grayscale: #373737. Windows color (decimal): -14072049 or 1001257. OLE color: 1001257.

HSL color Cylindrical-coordinate representation of color #29470F: hue angle of 92.14º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29470F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 71 15 -
CMYK 0.42 0 0.79 0.72
HSL 92.14º 0.65% 0.17% -
HSV(B) 92.14º 0.79% 0.28% -
XYZ 3.25 5.01 1.25 -
YUV 55.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 41 71 15 0.42 0 0.79 0.72 92.14 0.65 0.17
Hex 29 47 F 2A 0 4F 48 5C 41 11
Octal 51 107 17 52 0 117 110 134 101 21
Binary 101001 1000111 1111 101010 0 1001111 1001000 1011100 1000001 10001

Color Harmonies of #29470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29470F

Black with #29470F

Text Example


Text Example

White with #29470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29470F; }

 p { color: rgb(41,71,15); }

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

background-color css

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

 a { background-color: rgb(41,71,15); }

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

border-color css

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

 span { border-color: rgb(41,71,15); }

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