Shades of Green Waterloo #2E3011
Tints of Green Waterloo #2E3011
RGB
CMYK
RGB Variations
Color information
#2E3011 (or 0x2E3011) is known color: Green Waterloo. HEX triplet: 2E, 30 and 11. RGB value is (46,48,17). Sum of RGB (Red+Green+Blue) = 46+48+17=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3011 is #D1CFEE. Grayscale: #2B2B2B. Windows color (decimal): -13750255 or 1126446. OLE color: 1126446.
HSL color Cylindrical-coordinate representation of color #2E3011: hue angle of 63.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3011 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 17 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.81 |
| HSL | 63.87º | 0.48% | 0.13% | - |
| HSV(B) | 63.87º | 0.65% | 0.19% | - |
| XYZ | 2.28 | 2.74 | 0.94 | - |
| YUV | 43.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 17 | 0.04 | 0 | 0.65 | 0.81 | 63.87 | 0.48 | 0.13 |
| Hex | 2E | 30 | 11 | 4 | 0 | 41 | 51 | 40 | 30 | D |
| Octal | 56 | 60 | 21 | 4 | 0 | 101 | 121 | 100 | 60 | 15 |
| Binary | 101110 | 110000 | 10001 | 100 | 0 | 1000001 | 1010001 | 1000000 | 110000 | 1101 |
Color Harmonies of #2E3011
Complementary color
Monochromatic Colors of #2E3011
Black with #2E3011
Text Example
Text Example
White with #2E3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3011; }
p { color: rgb(46,48,17); }
H1.HeaderClassName
{
color: #2E3011;
}
.AnyTagClassName
{
color: #2E3011;
}
</style>
background-color css
<style>
a { background-color: #2E3011; }
a { background-color: rgb(46,48,17); }
div.DivClassName
{
background-color: #2E3011;
}
.BgClassName
{
background-color: #2E3011;
}
</style>
border-color css
<style>
span { border-color: #2E3011; }
span { border-color: rgb(46,48,17); }
td.TdClassName
{
border-color: #2E3011;
}
.TagClassName
{
border-color: #2E3011;
}
</style>