Shades of Green Waterloo #2E3215
Tints of Green Waterloo #2E3215
RGB
CMYK
RGB Variations
Color information
#2E3215 (or 0x2E3215) is known color: Green Waterloo. HEX triplet: 2E, 32 and 15. RGB value is (46,50,21). Sum of RGB (Red+Green+Blue) = 46+50+21=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3215 is #D1CDEA. Grayscale: #2D2D2D. Windows color (decimal): -13749739 or 1389102. OLE color: 1389102.
HSL color Cylindrical-coordinate representation of color #2E3215: hue angle of 68.28º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E3215 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 21 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.80 |
| HSL | 68.28º | 0.41% | 0.14% | - |
| HSV(B) | 68.28º | 0.58% | 0.2% | - |
| XYZ | 2.4 | 2.92 | 1.15 | - |
| YUV | 45.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 21 | 0.08 | 0 | 0.58 | 0.80 | 68.28 | 0.41 | 0.14 |
| Hex | 2E | 32 | 15 | 8 | 0 | 3A | 50 | 44 | 29 | E |
| Octal | 56 | 62 | 25 | 10 | 0 | 72 | 120 | 104 | 51 | 16 |
| Binary | 101110 | 110010 | 10101 | 1000 | 0 | 111010 | 1010000 | 1000100 | 101001 | 1110 |
Color Harmonies of #2E3215
Complementary color
Monochromatic Colors of #2E3215
Black with #2E3215
Text Example
Text Example
White with #2E3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3215; }
p { color: rgb(46,50,21); }
H1.HeaderClassName
{
color: #2E3215;
}
.AnyTagClassName
{
color: #2E3215;
}
</style>
background-color css
<style>
a { background-color: #2E3215; }
a { background-color: rgb(46,50,21); }
div.DivClassName
{
background-color: #2E3215;
}
.BgClassName
{
background-color: #2E3215;
}
</style>
border-color css
<style>
span { border-color: #2E3215; }
span { border-color: rgb(46,50,21); }
td.TdClassName
{
border-color: #2E3215;
}
.TagClassName
{
border-color: #2E3215;
}
</style>