Shades of Maire #2E2908
Tints of Maire #2E2908
RGB
CMYK
RGB Variations
Color information
#2E2908 (or 0x2E2908) is known color: Maire. HEX triplet: 2E, 29 and 08. RGB value is (46,41,8). Sum of RGB (Red+Green+Blue) = 46+41+8=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2908 is #D1D6F7. Grayscale: #262626. Windows color (decimal): -13752056 or 534830. OLE color: 534830.
HSL color Cylindrical-coordinate representation of color #2E2908: hue angle of 52.11º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2908 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 8 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.82 |
| HSL | 52.11º | 0.7% | 0.11% | - |
| HSV(B) | 52.11º | 0.83% | 0.18% | - |
| XYZ | 1.96 | 2.18 | 0.55 | - |
| YUV | 38.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 8 | 0 | 0.11 | 0.83 | 0.82 | 52.11 | 0.7 | 0.11 |
| Hex | 2E | 29 | 8 | 0 | B | 53 | 52 | 34 | 46 | B |
| Octal | 56 | 51 | 10 | 0 | 13 | 123 | 122 | 64 | 106 | 13 |
| Binary | 101110 | 101001 | 1000 | 0 | 1011 | 1010011 | 1010010 | 110100 | 1000110 | 1011 |
Color Harmonies of #2E2908
Complementary color
Monochromatic Colors of #2E2908
Black with #2E2908
Text Example
Text Example
White with #2E2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2908; }
p { color: rgb(46,41,8); }
H1.HeaderClassName
{
color: #2E2908;
}
.AnyTagClassName
{
color: #2E2908;
}
</style>
background-color css
<style>
a { background-color: #2E2908; }
a { background-color: rgb(46,41,8); }
div.DivClassName
{
background-color: #2E2908;
}
.BgClassName
{
background-color: #2E2908;
}
</style>
border-color css
<style>
span { border-color: #2E2908; }
span { border-color: rgb(46,41,8); }
td.TdClassName
{
border-color: #2E2908;
}
.TagClassName
{
border-color: #2E2908;
}
</style>