Shades of Maire #2E2D02
Tints of Maire #2E2D02
RGB
CMYK
RGB Variations
Color information
#2E2D02 (or 0x2E2D02) is known color: Maire. HEX triplet: 2E, 2D and 02. RGB value is (46,45,2). Sum of RGB (Red+Green+Blue) = 46+45+2=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D02 is #D1D2FD. Grayscale: #282828. Windows color (decimal): -13751038 or 142638. OLE color: 142638.
HSL color Cylindrical-coordinate representation of color #2E2D02: hue angle of 58.64º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E2D02 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 45 | 2 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.82 |
| HSL | 58.64º | 0.92% | 0.09% | - |
| HSV(B) | 58.64º | 0.96% | 0.18% | - |
| XYZ | 2.08 | 2.46 | 0.42 | - |
| YUV | 40.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 2 | 0 | 0.02 | 0.96 | 0.82 | 58.64 | 0.92 | 0.09 |
| Hex | 2E | 2D | 2 | 0 | 2 | 60 | 52 | 3B | 5C | 9 |
| Octal | 56 | 55 | 2 | 0 | 2 | 140 | 122 | 73 | 134 | 11 |
| Binary | 101110 | 101101 | 10 | 0 | 10 | 1100000 | 1010010 | 111011 | 1011100 | 1001 |
Color Harmonies of #2E2D02
Complementary color
Monochromatic Colors of #2E2D02
Black with #2E2D02
Text Example
Text Example
White with #2E2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D02; }
p { color: rgb(46,45,2); }
H1.HeaderClassName
{
color: #2E2D02;
}
.AnyTagClassName
{
color: #2E2D02;
}
</style>
background-color css
<style>
a { background-color: #2E2D02; }
a { background-color: rgb(46,45,2); }
div.DivClassName
{
background-color: #2E2D02;
}
.BgClassName
{
background-color: #2E2D02;
}
</style>
border-color css
<style>
span { border-color: #2E2D02; }
span { border-color: rgb(46,45,2); }
td.TdClassName
{
border-color: #2E2D02;
}
.TagClassName
{
border-color: #2E2D02;
}
</style>