Shades of Black Forest #2A2F25
Tints of Black Forest #2A2F25
RGB
CMYK
RGB Variations
Color information
#2A2F25 (or 0x2A2F25) is known color: Black Forest. HEX triplet: 2A, 2F and 25. RGB value is (42,47,37). Sum of RGB (Red+Green+Blue) = 42+47+37=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2F25 is #D5D0DA. Grayscale: #2C2C2C. Windows color (decimal): -14012635 or 2436906. OLE color: 2436906.
HSL color Cylindrical-coordinate representation of color #2A2F25: hue angle of 90º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A2F25 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 47 | 37 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.82 |
| HSL | 90º | 0.12% | 0.16% | - |
| HSV(B) | 90º | 0.21% | 0.18% | - |
| XYZ | 2.31 | 2.66 | 2.14 | - |
| YUV | 44.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 37 | 0.11 | 0 | 0.21 | 0.82 | 90 | 0.12 | 0.16 |
| Hex | 2A | 2F | 25 | B | 0 | 15 | 52 | 5A | C | 10 |
| Octal | 52 | 57 | 45 | 13 | 0 | 25 | 122 | 132 | 14 | 20 |
| Binary | 101010 | 101111 | 100101 | 1011 | 0 | 10101 | 1010010 | 1011010 | 1100 | 10000 |
Color Harmonies of #2A2F25
Complementary color
Monochromatic Colors of #2A2F25
Black with #2A2F25
Text Example
Text Example
White with #2A2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F25; }
p { color: rgb(42,47,37); }
H1.HeaderClassName
{
color: #2A2F25;
}
.AnyTagClassName
{
color: #2A2F25;
}
</style>
background-color css
<style>
a { background-color: #2A2F25; }
a { background-color: rgb(42,47,37); }
div.DivClassName
{
background-color: #2A2F25;
}
.BgClassName
{
background-color: #2A2F25;
}
</style>
border-color css
<style>
span { border-color: #2A2F25; }
span { border-color: rgb(42,47,37); }
td.TdClassName
{
border-color: #2A2F25;
}
.TagClassName
{
border-color: #2A2F25;
}
</style>