Shades of Green Waterloo #2E3113
Tints of Green Waterloo #2E3113
RGB
CMYK
RGB Variations
Color information
#2E3113 (or 0x2E3113) is known color: Green Waterloo. HEX triplet: 2E, 31 and 13. RGB value is (46,49,19). Sum of RGB (Red+Green+Blue) = 46+49+19=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3113 is #D1CEEC. Grayscale: #2C2C2C. Windows color (decimal): -13749997 or 1257774. OLE color: 1257774.
HSL color Cylindrical-coordinate representation of color #2E3113: hue angle of 66º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3113 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 19 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.81 |
| HSL | 66º | 0.44% | 0.13% | - |
| HSV(B) | 66º | 0.61% | 0.19% | - |
| XYZ | 2.34 | 2.82 | 1.04 | - |
| YUV | 44.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 19 | 0.06 | 0 | 0.61 | 0.81 | 66 | 0.44 | 0.13 |
| Hex | 2E | 31 | 13 | 6 | 0 | 3D | 51 | 42 | 2C | D |
| Octal | 56 | 61 | 23 | 6 | 0 | 75 | 121 | 102 | 54 | 15 |
| Binary | 101110 | 110001 | 10011 | 110 | 0 | 111101 | 1010001 | 1000010 | 101100 | 1101 |
Color Harmonies of #2E3113
Complementary color
Monochromatic Colors of #2E3113
Black with #2E3113
Text Example
Text Example
White with #2E3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3113; }
p { color: rgb(46,49,19); }
H1.HeaderClassName
{
color: #2E3113;
}
.AnyTagClassName
{
color: #2E3113;
}
</style>
background-color css
<style>
a { background-color: #2E3113; }
a { background-color: rgb(46,49,19); }
div.DivClassName
{
background-color: #2E3113;
}
.BgClassName
{
background-color: #2E3113;
}
</style>
border-color css
<style>
span { border-color: #2E3113; }
span { border-color: rgb(46,49,19); }
td.TdClassName
{
border-color: #2E3113;
}
.TagClassName
{
border-color: #2E3113;
}
</style>