#2A4417

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

Shades of Black Forest #2A4417

Tints of Black Forest #2A4417

Color information

#2A4417 (or 0x2A4417) is unknown color: approx Black Forest. HEX triplet: 2A, 44 and 17. RGB value is (42,68,23). Sum of RGB (Red+Green+Blue) = 42+68+23=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4417 is #D5BBE8. Grayscale: #373737. Windows color (decimal): -14007273 or 1524778. OLE color: 1524778.

HSL color Cylindrical-coordinate representation of color #2A4417: hue angle of 94.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A4417 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB426823-
CMYK0.3800.660.73
HSL94.67º49.45%17.84%-
HSV(B)94.67º66.18%26.67%-
XYZ3.184.691.55-
YUV55.1109.89118.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.58%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=31.58%
G=51.13%
B=17.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268230.3800.660.7394.6749.4517.84
Hex2A441726042495f3112
Octal52104274601021111376122
Binary101010100010010111100110010000101001001101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4417; }

 p { color: rgb(42,68,23); }

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

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

 a { background-color: rgb(42,68,23); }

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

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

 span { border-color: rgb(42,68,23); }

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