Shades of Maire #2F2502
Tints of Maire #2F2502
RGB
CMYK
RGB Variations
Color information
#2F2502 (or 0x2F2502) is known color: Maire. HEX triplet: 2F, 25 and 02. RGB value is (47,37,2). Sum of RGB (Red+Green+Blue) = 47+37+2=86 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.65% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2502 is #D0DAFD. Grayscale: #242424. Windows color (decimal): -13687550 or 140591. OLE color: 140591.
HSL color Cylindrical-coordinate representation of color #2F2502: hue angle of 46.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F2502 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 2 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.82 |
| HSL | 46.67º | 0.92% | 0.1% | - |
| HSV(B) | 46.67º | 0.96% | 0.18% | - |
| XYZ | 1.84 | 1.93 | 0.33 | - |
| YUV | 36 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 2 | 0 | 0.21 | 0.96 | 0.82 | 46.67 | 0.92 | 0.1 |
| Hex | 2F | 25 | 2 | 0 | 15 | 60 | 52 | 2F | 5C | A |
| Octal | 57 | 45 | 2 | 0 | 25 | 140 | 122 | 57 | 134 | 12 |
| Binary | 101111 | 100101 | 10 | 0 | 10101 | 1100000 | 1010010 | 101111 | 1011100 | 1010 |
Color Harmonies of #2F2502
Complementary color
Monochromatic Colors of #2F2502
Black with #2F2502
Text Example
Text Example
White with #2F2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2502; }
p { color: rgb(47,37,2); }
H1.HeaderClassName
{
color: #2F2502;
}
.AnyTagClassName
{
color: #2F2502;
}
</style>
background-color css
<style>
a { background-color: #2F2502; }
a { background-color: rgb(47,37,2); }
div.DivClassName
{
background-color: #2F2502;
}
.BgClassName
{
background-color: #2F2502;
}
</style>
border-color css
<style>
span { border-color: #2F2502; }
span { border-color: rgb(47,37,2); }
td.TdClassName
{
border-color: #2F2502;
}
.TagClassName
{
border-color: #2F2502;
}
</style>