Shades of Maire #2F2902
Tints of Maire #2F2902
RGB
CMYK
RGB Variations
Color information
#2F2902 (or 0x2F2902) is known color: Maire. HEX triplet: 2F, 29 and 02. RGB value is (47,41,2). Sum of RGB (Red+Green+Blue) = 47+41+2=90 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.22% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2902 is #D0D6FD. Grayscale: #262626. Windows color (decimal): -13686526 or 141615. OLE color: 141615.
HSL color Cylindrical-coordinate representation of color #2F2902: hue angle of 52º 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 #2F2902 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 41 | 2 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.82 |
| HSL | 52º | 0.92% | 0.1% | - |
| HSV(B) | 52º | 0.96% | 0.18% | - |
| XYZ | 1.98 | 2.19 | 0.38 | - |
| YUV | 38.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 2 | 0 | 0.13 | 0.96 | 0.82 | 52 | 0.92 | 0.1 |
| Hex | 2F | 29 | 2 | 0 | D | 60 | 52 | 34 | 5C | A |
| Octal | 57 | 51 | 2 | 0 | 15 | 140 | 122 | 64 | 134 | 12 |
| Binary | 101111 | 101001 | 10 | 0 | 1101 | 1100000 | 1010010 | 110100 | 1011100 | 1010 |
Color Harmonies of #2F2902
Complementary color
Monochromatic Colors of #2F2902
Black with #2F2902
Text Example
Text Example
White with #2F2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2902; }
p { color: rgb(47,41,2); }
H1.HeaderClassName
{
color: #2F2902;
}
.AnyTagClassName
{
color: #2F2902;
}
</style>
background-color css
<style>
a { background-color: #2F2902; }
a { background-color: rgb(47,41,2); }
div.DivClassName
{
background-color: #2F2902;
}
.BgClassName
{
background-color: #2F2902;
}
</style>
border-color css
<style>
span { border-color: #2F2902; }
span { border-color: rgb(47,41,2); }
td.TdClassName
{
border-color: #2F2902;
}
.TagClassName
{
border-color: #2F2902;
}
</style>