#29460F

Color #29460F Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #29460F

Tints of Black Forest #29460F

Color information

#29460F (or 0x29460F) is unknown color: approx Black Forest. HEX triplet: 29, 46 and 0F. RGB value is (41,70,15). Sum of RGB (Red+Green+Blue) = 41+70+15=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #29460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29460F is #D6B9F0. Grayscale: #373737. Windows color (decimal): -14072305 or 1001001. OLE color: 1001001.

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

Color convert

RGB417015-
CMYK0.4100.790.73
HSL91.64º64.71%16.67%-
HSV(B)91.64º78.57%27.45%-
XYZ3.194.891.23-
YUV55.06105.39117.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=32.54%
G=55.56%
B=11.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170150.4100.790.7391.6464.7116.67
Hex2946F2904F495c4111
Octal511061751011711113410121
Binary101001100011011111010010100111110010011011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29460F;
 }
 .AnyTagClassName
 {
   color: #29460F;
 }
</style>
background-color css

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

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

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

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

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

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