Shades of Black Forest #2A4815
Tints of Black Forest #2A4815
RGB
CMYK
RGB Variations
Color information
#2A4815 (or 0x2A4815) is known color: 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
| RGB | 42 | 72 | 21 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.72 |
| HSL | 95.29º | 0.55% | 0.18% | - |
| HSV(B) | 95.29º | 0.71% | 0.28% | - |
| XYZ | 3.41 | 5.18 | 1.53 | - |
| YUV | 57.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 21 | 0.42 | 0 | 0.71 | 0.72 | 95.29 | 0.55 | 0.18 |
| Hex | 2A | 48 | 15 | 2A | 0 | 47 | 48 | 5F | 37 | 12 |
| Octal | 52 | 110 | 25 | 52 | 0 | 107 | 110 | 137 | 67 | 22 |
| Binary | 101010 | 1001000 | 10101 | 101010 | 0 | 1000111 | 1001000 | 1011111 | 110111 | 10010 |
Color Harmonies of #2A4815
Complementary color
Monochromatic Colors of #2A4815
Black with #2A4815
Text Example
Text Example
White with #2A4815
Text Example
Text Example
HTML Codes & Css Web 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>