Shades of Green Waterloo #2E310D
Tints of Green Waterloo #2E310D
RGB
CMYK
RGB Variations
Color information
#2E310D (or 0x2E310D) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0D. RGB value is (46,49,13). Sum of RGB (Red+Green+Blue) = 46+49+13=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310D is #D1CEF2. Grayscale: #2C2C2C. Windows color (decimal): -13750003 or 864558. OLE color: 864558.
HSL color Cylindrical-coordinate representation of color #2E310D: hue angle of 65º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E310D is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 13 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.81 |
| HSL | 65º | 0.58% | 0.12% | - |
| HSV(B) | 65º | 0.73% | 0.19% | - |
| XYZ | 2.3 | 2.81 | 0.8 | - |
| YUV | 44 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 13 | 0.06 | 0 | 0.73 | 0.81 | 65 | 0.58 | 0.12 |
| Hex | 2E | 31 | D | 6 | 0 | 49 | 51 | 41 | 3A | C |
| Octal | 56 | 61 | 15 | 6 | 0 | 111 | 121 | 101 | 72 | 14 |
| Binary | 101110 | 110001 | 1101 | 110 | 0 | 1001001 | 1010001 | 1000001 | 111010 | 1100 |
Color Harmonies of #2E310D
Complementary color
Monochromatic Colors of #2E310D
Black with #2E310D
Text Example
Text Example
White with #2E310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E310D; }
p { color: rgb(46,49,13); }
H1.HeaderClassName
{
color: #2E310D;
}
.AnyTagClassName
{
color: #2E310D;
}
</style>
background-color css
<style>
a { background-color: #2E310D; }
a { background-color: rgb(46,49,13); }
div.DivClassName
{
background-color: #2E310D;
}
.BgClassName
{
background-color: #2E310D;
}
</style>
border-color css
<style>
span { border-color: #2E310D; }
span { border-color: rgb(46,49,13); }
td.TdClassName
{
border-color: #2E310D;
}
.TagClassName
{
border-color: #2E310D;
}
</style>