#2A4815

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

Shades of Black Forest #2A4815

Tints of Black Forest #2A4815

Color information

#2A4815 (or 0x2A4815) is unknown color: approx Black Forest. HEX triplet: 2A, 48 and 15. RGB value is (42,72,21). Sum of RGB (Red+Green+Blue) = 42+72+21=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4815 is #D5B7EA. Grayscale: #393939. Windows color (decimal): -14006251 or 1394730. OLE color: 1394730.

HSL color Cylindrical-coordinate representation of color #2A4815: hue angle of 95.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4815 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB427221-
CMYK0.4200.710.72
HSL95.29º54.84%18.24%-
HSV(B)95.29º70.83%28.24%-
XYZ3.415.181.53-
YUV57.22107.56117.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=31.11%
G=53.33%
B=15.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272210.4200.710.7295.2954.8418.24
Hex2A48152A047485f3712
Octal52110255201071101376722
Binary101010100100010101101010010001111001000101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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