Shades of Green Waterloo #2E310C
Tints of Green Waterloo #2E310C
RGB
CMYK
RGB Variations
Color information
#2E310C (or 0x2E310C) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0C. RGB value is (46,49,12). Sum of RGB (Red+Green+Blue) = 46+49+12=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310C is #D1CEF3. Grayscale: #2C2C2C. Windows color (decimal): -13750004 or 799022. OLE color: 799022.
HSL color Cylindrical-coordinate representation of color #2E310C: hue angle of 64.86º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E310C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 12 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.81 |
| HSL | 64.86º | 0.61% | 0.12% | - |
| HSV(B) | 64.86º | 0.76% | 0.19% | - |
| XYZ | 2.29 | 2.8 | 0.77 | - |
| YUV | 43.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 12 | 0.06 | 0 | 0.76 | 0.81 | 64.86 | 0.61 | 0.12 |
| Hex | 2E | 31 | C | 6 | 0 | 4C | 51 | 41 | 3D | C |
| Octal | 56 | 61 | 14 | 6 | 0 | 114 | 121 | 101 | 75 | 14 |
| Binary | 101110 | 110001 | 1100 | 110 | 0 | 1001100 | 1010001 | 1000001 | 111101 | 1100 |
Color Harmonies of #2E310C
Complementary color
Monochromatic Colors of #2E310C
Black with #2E310C
Text Example
Text Example
White with #2E310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E310C; }
p { color: rgb(46,49,12); }
H1.HeaderClassName
{
color: #2E310C;
}
.AnyTagClassName
{
color: #2E310C;
}
</style>
background-color css
<style>
a { background-color: #2E310C; }
a { background-color: rgb(46,49,12); }
div.DivClassName
{
background-color: #2E310C;
}
.BgClassName
{
background-color: #2E310C;
}
</style>
border-color css
<style>
span { border-color: #2E310C; }
span { border-color: rgb(46,49,12); }
td.TdClassName
{
border-color: #2E310C;
}
.TagClassName
{
border-color: #2E310C;
}
</style>