Shades of Green Waterloo #2F3112
Tints of Green Waterloo #2F3112
RGB
CMYK
RGB Variations
Color information
#2F3112 (or 0x2F3112) is known color: Green Waterloo. HEX triplet: 2F, 31 and 12. RGB value is (47,49,18). Sum of RGB (Red+Green+Blue) = 47+49+18=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3112 is #D0CEED. Grayscale: #2C2C2C. Windows color (decimal): -13684462 or 1192239. OLE color: 1192239.
HSL color Cylindrical-coordinate representation of color #2F3112: hue angle of 63.87º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F3112 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 18 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.81 |
| HSL | 63.87º | 0.46% | 0.13% | - |
| HSV(B) | 63.87º | 0.63% | 0.19% | - |
| XYZ | 2.38 | 2.84 | 1 | - |
| YUV | 44.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 18 | 0.04 | 0 | 0.63 | 0.81 | 63.87 | 0.46 | 0.13 |
| Hex | 2F | 31 | 12 | 4 | 0 | 3F | 51 | 40 | 2E | D |
| Octal | 57 | 61 | 22 | 4 | 0 | 77 | 121 | 100 | 56 | 15 |
| Binary | 101111 | 110001 | 10010 | 100 | 0 | 111111 | 1010001 | 1000000 | 101110 | 1101 |
Color Harmonies of #2F3112
Complementary color
Monochromatic Colors of #2F3112
Black with #2F3112
Text Example
Text Example
White with #2F3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3112; }
p { color: rgb(47,49,18); }
H1.HeaderClassName
{
color: #2F3112;
}
.AnyTagClassName
{
color: #2F3112;
}
</style>
background-color css
<style>
a { background-color: #2F3112; }
a { background-color: rgb(47,49,18); }
div.DivClassName
{
background-color: #2F3112;
}
.BgClassName
{
background-color: #2F3112;
}
</style>
border-color css
<style>
span { border-color: #2F3112; }
span { border-color: rgb(47,49,18); }
td.TdClassName
{
border-color: #2F3112;
}
.TagClassName
{
border-color: #2F3112;
}
</style>