Shades of Maire #2F2D12
Tints of Maire #2F2D12
RGB
CMYK
RGB Variations
Color information
#2F2D12 (or 0x2F2D12) is known color: Maire. HEX triplet: 2F, 2D and 12. RGB value is (47,45,18). Sum of RGB (Red+Green+Blue) = 47+45+18=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2D12 is #D0D2ED. Grayscale: #2A2A2A. Windows color (decimal): -13685486 or 1191215. OLE color: 1191215.
HSL color Cylindrical-coordinate representation of color #2F2D12: hue angle of 55.86º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F2D12 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 18 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.82 |
| HSL | 55.86º | 0.45% | 0.13% | - |
| HSV(B) | 55.86º | 0.62% | 0.18% | - |
| XYZ | 2.22 | 2.52 | 0.94 | - |
| YUV | 42.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 18 | 0 | 0.04 | 0.62 | 0.82 | 55.86 | 0.45 | 0.13 |
| Hex | 2F | 2D | 12 | 0 | 4 | 3E | 52 | 38 | 2D | D |
| Octal | 57 | 55 | 22 | 0 | 4 | 76 | 122 | 70 | 55 | 15 |
| Binary | 101111 | 101101 | 10010 | 0 | 100 | 111110 | 1010010 | 111000 | 101101 | 1101 |
Color Harmonies of #2F2D12
Complementary color
Monochromatic Colors of #2F2D12
Black with #2F2D12
Text Example
Text Example
White with #2F2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D12; }
p { color: rgb(47,45,18); }
H1.HeaderClassName
{
color: #2F2D12;
}
.AnyTagClassName
{
color: #2F2D12;
}
</style>
background-color css
<style>
a { background-color: #2F2D12; }
a { background-color: rgb(47,45,18); }
div.DivClassName
{
background-color: #2F2D12;
}
.BgClassName
{
background-color: #2F2D12;
}
</style>
border-color css
<style>
span { border-color: #2F2D12; }
span { border-color: rgb(47,45,18); }
td.TdClassName
{
border-color: #2F2D12;
}
.TagClassName
{
border-color: #2F2D12;
}
</style>