Shades of Green Waterloo #2E310F
Tints of Green Waterloo #2E310F
RGB
CMYK
RGB Variations
Color information
#2E310F (or 0x2E310F) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0F. RGB value is (46,49,15). Sum of RGB (Red+Green+Blue) = 46+49+15=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310F is #D1CEF0. Grayscale: #2C2C2C. Windows color (decimal): -13750001 or 995630. OLE color: 995630.
HSL color Cylindrical-coordinate representation of color #2E310F: hue angle of 65.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E310F is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 15 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.81 |
| HSL | 65.29º | 0.53% | 0.13% | - |
| HSV(B) | 65.29º | 0.69% | 0.19% | - |
| XYZ | 2.31 | 2.81 | 0.87 | - |
| YUV | 44.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 15 | 0.06 | 0 | 0.69 | 0.81 | 65.29 | 0.53 | 0.13 |
| Hex | 2E | 31 | F | 6 | 0 | 45 | 51 | 41 | 35 | D |
| Octal | 56 | 61 | 17 | 6 | 0 | 105 | 121 | 101 | 65 | 15 |
| Binary | 101110 | 110001 | 1111 | 110 | 0 | 1000101 | 1010001 | 1000001 | 110101 | 1101 |
Color Harmonies of #2E310F
Complementary color
Monochromatic Colors of #2E310F
Black with #2E310F
Text Example
Text Example
White with #2E310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E310F; }
p { color: rgb(46,49,15); }
H1.HeaderClassName
{
color: #2E310F;
}
.AnyTagClassName
{
color: #2E310F;
}
</style>
background-color css
<style>
a { background-color: #2E310F; }
a { background-color: rgb(46,49,15); }
div.DivClassName
{
background-color: #2E310F;
}
.BgClassName
{
background-color: #2E310F;
}
</style>
border-color css
<style>
span { border-color: #2E310F; }
span { border-color: rgb(46,49,15); }
td.TdClassName
{
border-color: #2E310F;
}
.TagClassName
{
border-color: #2E310F;
}
</style>