Shades of Green Waterloo #2E3217
Tints of Green Waterloo #2E3217
RGB
CMYK
RGB Variations
Color information
#2E3217 (or 0x2E3217) is known color: Green Waterloo. HEX triplet: 2E, 32 and 17. RGB value is (46,50,23). Sum of RGB (Red+Green+Blue) = 46+50+23=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3217 is #D1CDE8. Grayscale: #2D2D2D. Windows color (decimal): -13749737 or 1520174. OLE color: 1520174.
HSL color Cylindrical-coordinate representation of color #2E3217: hue angle of 68.89º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3217 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 23 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.80 |
| HSL | 68.89º | 0.37% | 0.14% | - |
| HSV(B) | 68.89º | 0.54% | 0.2% | - |
| XYZ | 2.42 | 2.92 | 1.25 | - |
| YUV | 45.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 23 | 0.08 | 0 | 0.54 | 0.80 | 68.89 | 0.37 | 0.14 |
| Hex | 2E | 32 | 17 | 8 | 0 | 36 | 50 | 45 | 25 | E |
| Octal | 56 | 62 | 27 | 10 | 0 | 66 | 120 | 105 | 45 | 16 |
| Binary | 101110 | 110010 | 10111 | 1000 | 0 | 110110 | 1010000 | 1000101 | 100101 | 1110 |
Color Harmonies of #2E3217
Complementary color
Monochromatic Colors of #2E3217
Black with #2E3217
Text Example
Text Example
White with #2E3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3217; }
p { color: rgb(46,50,23); }
H1.HeaderClassName
{
color: #2E3217;
}
.AnyTagClassName
{
color: #2E3217;
}
</style>
background-color css
<style>
a { background-color: #2E3217; }
a { background-color: rgb(46,50,23); }
div.DivClassName
{
background-color: #2E3217;
}
.BgClassName
{
background-color: #2E3217;
}
</style>
border-color css
<style>
span { border-color: #2E3217; }
span { border-color: rgb(46,50,23); }
td.TdClassName
{
border-color: #2E3217;
}
.TagClassName
{
border-color: #2E3217;
}
</style>