Shades of Black Forest #2A4517
Tints of Black Forest #2A4517
RGB
CMYK
RGB Variations
Color information
#2A4517 (or 0x2A4517) is known color: Black Forest. HEX triplet: 2A, 45 and 17. RGB value is (42,69,23). Sum of RGB (Red+Green+Blue) = 42+69+23=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4517 is #D5BAE8. Grayscale: #373737. Windows color (decimal): -14007017 or 1525034. OLE color: 1525034.
HSL color Cylindrical-coordinate representation of color #2A4517: hue angle of 95.22º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A4517 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 23 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.73 |
| HSL | 95.22º | 0.5% | 0.18% | - |
| HSV(B) | 95.22º | 0.67% | 0.27% | - |
| XYZ | 3.24 | 4.81 | 1.57 | - |
| YUV | 55.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 23 | 0.39 | 0 | 0.67 | 0.73 | 95.22 | 0.5 | 0.18 |
| Hex | 2A | 45 | 17 | 27 | 0 | 43 | 49 | 5F | 32 | 12 |
| Octal | 52 | 105 | 27 | 47 | 0 | 103 | 111 | 137 | 62 | 22 |
| Binary | 101010 | 1000101 | 10111 | 100111 | 0 | 1000011 | 1001001 | 1011111 | 110010 | 10010 |
Color Harmonies of #2A4517
Complementary color
Monochromatic Colors of #2A4517
Black with #2A4517
Text Example
Text Example
White with #2A4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4517; }
p { color: rgb(42,69,23); }
H1.HeaderClassName
{
color: #2A4517;
}
.AnyTagClassName
{
color: #2A4517;
}
</style>
background-color css
<style>
a { background-color: #2A4517; }
a { background-color: rgb(42,69,23); }
div.DivClassName
{
background-color: #2A4517;
}
.BgClassName
{
background-color: #2A4517;
}
</style>
border-color css
<style>
span { border-color: #2A4517; }
span { border-color: rgb(42,69,23); }
td.TdClassName
{
border-color: #2A4517;
}
.TagClassName
{
border-color: #2A4517;
}
</style>