Shades of Green Waterloo #2E3122
Tints of Green Waterloo #2E3122
RGB
CMYK
RGB Variations
Color information
#2E3122 (or 0x2E3122) is known color: Green Waterloo. HEX triplet: 2E, 31 and 22. RGB value is (46,49,34). Sum of RGB (Red+Green+Blue) = 46+49+34=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3122 is #D1CEDD. Grayscale: #2E2E2E. Windows color (decimal): -13749982 or 2240814. OLE color: 2240814.
HSL color Cylindrical-coordinate representation of color #2E3122: hue angle of 72º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3122 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 34 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.81 |
| HSL | 72º | 0.18% | 0.16% | - |
| HSV(B) | 72º | 0.31% | 0.19% | - |
| XYZ | 2.51 | 2.89 | 1.94 | - |
| YUV | 46.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 34 | 0.06 | 0 | 0.31 | 0.81 | 72 | 0.18 | 0.16 |
| Hex | 2E | 31 | 22 | 6 | 0 | 1F | 51 | 48 | 12 | 10 |
| Octal | 56 | 61 | 42 | 6 | 0 | 37 | 121 | 110 | 22 | 20 |
| Binary | 101110 | 110001 | 100010 | 110 | 0 | 11111 | 1010001 | 1001000 | 10010 | 10000 |
Color Harmonies of #2E3122
Complementary color
Monochromatic Colors of #2E3122
Black with #2E3122
Text Example
Text Example
White with #2E3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3122; }
p { color: rgb(46,49,34); }
H1.HeaderClassName
{
color: #2E3122;
}
.AnyTagClassName
{
color: #2E3122;
}
</style>
background-color css
<style>
a { background-color: #2E3122; }
a { background-color: rgb(46,49,34); }
div.DivClassName
{
background-color: #2E3122;
}
.BgClassName
{
background-color: #2E3122;
}
</style>
border-color css
<style>
span { border-color: #2E3122; }
span { border-color: rgb(46,49,34); }
td.TdClassName
{
border-color: #2E3122;
}
.TagClassName
{
border-color: #2E3122;
}
</style>