#2A4015

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

Shades of Black Forest #2A4015

Tints of Black Forest #2A4015

Color information

#2A4015 (or 0x2A4015) is unknown color: approx Black Forest. HEX triplet: 2A, 40 and 15. RGB value is (42,64,21). Sum of RGB (Red+Green+Blue) = 42+64+21=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4015 is #D5BFEA. Grayscale: #343434. Windows color (decimal): -14008299 or 1392682. OLE color: 1392682.

HSL color Cylindrical-coordinate representation of color #2A4015: hue angle of 90.7º 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 #2A4015 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB426421-
CMYK0.3400.670.75
HSL90.7º50.59%16.67%-
HSV(B)90.7º67.19%25.1%-
XYZ2.924.211.37-
YUV52.52110.21120.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=33.07%
G=50.39%
B=16.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264210.3400.670.7590.750.5916.67
Hex2A4015220434B5b3311
Octal52100254201031131336321
Binary101010100000010101100010010000111001011101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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