Shades of Green Waterloo #2E310E
Tints of Green Waterloo #2E310E
RGB
CMYK
RGB Variations
Color information
#2E310E (or 0x2E310E) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0E. RGB value is (46,49,14). Sum of RGB (Red+Green+Blue) = 46+49+14=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310E is #D1CEF1. Grayscale: #2C2C2C. Windows color (decimal): -13750002 or 930094. OLE color: 930094.
HSL color Cylindrical-coordinate representation of color #2E310E: hue angle of 65.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E310E is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 14 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.81 |
| HSL | 65.14º | 0.56% | 0.12% | - |
| HSV(B) | 65.14º | 0.71% | 0.19% | - |
| XYZ | 2.3 | 2.81 | 0.84 | - |
| YUV | 44.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 14 | 0.06 | 0 | 0.71 | 0.81 | 65.14 | 0.56 | 0.12 |
| Hex | 2E | 31 | E | 6 | 0 | 47 | 51 | 41 | 38 | C |
| Octal | 56 | 61 | 16 | 6 | 0 | 107 | 121 | 101 | 70 | 14 |
| Binary | 101110 | 110001 | 1110 | 110 | 0 | 1000111 | 1010001 | 1000001 | 111000 | 1100 |
Color Harmonies of #2E310E
Complementary color
Monochromatic Colors of #2E310E
Black with #2E310E
Text Example
Text Example
White with #2E310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E310E; }
p { color: rgb(46,49,14); }
H1.HeaderClassName
{
color: #2E310E;
}
.AnyTagClassName
{
color: #2E310E;
}
</style>
background-color css
<style>
a { background-color: #2E310E; }
a { background-color: rgb(46,49,14); }
div.DivClassName
{
background-color: #2E310E;
}
.BgClassName
{
background-color: #2E310E;
}
</style>
border-color css
<style>
span { border-color: #2E310E; }
span { border-color: rgb(46,49,14); }
td.TdClassName
{
border-color: #2E310E;
}
.TagClassName
{
border-color: #2E310E;
}
</style>