Shades of Green Waterloo #2E311F
Tints of Green Waterloo #2E311F
RGB
CMYK
RGB Variations
Color information
#2E311F (or 0x2E311F) is known color: Green Waterloo. HEX triplet: 2E, 31 and 1F. RGB value is (46,49,31). Sum of RGB (Red+Green+Blue) = 46+49+31=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #2E311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E311F is #D1CEE0. Grayscale: #2E2E2E. Windows color (decimal): -13749985 or 2044206. OLE color: 2044206.
HSL color Cylindrical-coordinate representation of color #2E311F: hue angle of 70º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E311F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 31 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.81 |
| HSL | 70º | 0.23% | 0.16% | - |
| HSV(B) | 70º | 0.37% | 0.19% | - |
| XYZ | 2.47 | 2.88 | 1.72 | - |
| YUV | 46.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 31 | 0.06 | 0 | 0.37 | 0.81 | 70 | 0.23 | 0.16 |
| Hex | 2E | 31 | 1F | 6 | 0 | 25 | 51 | 46 | 16 | 10 |
| Octal | 56 | 61 | 37 | 6 | 0 | 45 | 121 | 106 | 26 | 20 |
| Binary | 101110 | 110001 | 11111 | 110 | 0 | 100101 | 1010001 | 1000110 | 10110 | 10000 |
Color Harmonies of #2E311F
Complementary color
Monochromatic Colors of #2E311F
Black with #2E311F
Text Example
Text Example
White with #2E311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E311F; }
p { color: rgb(46,49,31); }
H1.HeaderClassName
{
color: #2E311F;
}
.AnyTagClassName
{
color: #2E311F;
}
</style>
background-color css
<style>
a { background-color: #2E311F; }
a { background-color: rgb(46,49,31); }
div.DivClassName
{
background-color: #2E311F;
}
.BgClassName
{
background-color: #2E311F;
}
</style>
border-color css
<style>
span { border-color: #2E311F; }
span { border-color: rgb(46,49,31); }
td.TdClassName
{
border-color: #2E311F;
}
.TagClassName
{
border-color: #2E311F;
}
</style>