Shades of Black Forest #2A4714
Tints of Black Forest #2A4714
RGB
CMYK
RGB Variations
Color information
#2A4714 (or 0x2A4714) is known color: Black Forest. HEX triplet: 2A, 47 and 14. RGB value is (42,71,20). Sum of RGB (Red+Green+Blue) = 42+71+20=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4714 is #D5B8EB. Grayscale: #383838. Windows color (decimal): -14006508 or 1328938. OLE color: 1328938.
HSL color Cylindrical-coordinate representation of color #2A4714: hue angle of 94.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4714 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 20 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.72 |
| HSL | 94.12º | 0.56% | 0.18% | - |
| HSV(B) | 94.12º | 0.72% | 0.28% | - |
| XYZ | 3.33 | 5.05 | 1.46 | - |
| YUV | 56.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 20 | 0.41 | 0 | 0.72 | 0.72 | 94.12 | 0.56 | 0.18 |
| Hex | 2A | 47 | 14 | 29 | 0 | 48 | 48 | 5E | 38 | 12 |
| Octal | 52 | 107 | 24 | 51 | 0 | 110 | 110 | 136 | 70 | 22 |
| Binary | 101010 | 1000111 | 10100 | 101001 | 0 | 1001000 | 1001000 | 1011110 | 111000 | 10010 |
Color Harmonies of #2A4714
Complementary color
Monochromatic Colors of #2A4714
Black with #2A4714
Text Example
Text Example
White with #2A4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4714; }
p { color: rgb(42,71,20); }
H1.HeaderClassName
{
color: #2A4714;
}
.AnyTagClassName
{
color: #2A4714;
}
</style>
background-color css
<style>
a { background-color: #2A4714; }
a { background-color: rgb(42,71,20); }
div.DivClassName
{
background-color: #2A4714;
}
.BgClassName
{
background-color: #2A4714;
}
</style>
border-color css
<style>
span { border-color: #2A4714; }
span { border-color: rgb(42,71,20); }
td.TdClassName
{
border-color: #2A4714;
}
.TagClassName
{
border-color: #2A4714;
}
</style>