Shades of Green Waterloo #2E321B
Tints of Green Waterloo #2E321B
RGB
CMYK
RGB Variations
Color information
#2E321B (or 0x2E321B) is known color: Green Waterloo. HEX triplet: 2E, 32 and 1B. RGB value is (46,50,27). Sum of RGB (Red+Green+Blue) = 46+50+27=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #2E321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E321B is #D1CDE4. Grayscale: #2E2E2E. Windows color (decimal): -13749733 or 1782318. OLE color: 1782318.
HSL color Cylindrical-coordinate representation of color #2E321B: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E321B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 27 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.80 |
| HSL | 70.43º | 0.3% | 0.15% | - |
| HSV(B) | 70.43º | 0.46% | 0.2% | - |
| XYZ | 2.47 | 2.94 | 1.47 | - |
| YUV | 46.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 27 | 0.08 | 0 | 0.46 | 0.80 | 70.43 | 0.3 | 0.15 |
| Hex | 2E | 32 | 1B | 8 | 0 | 2E | 50 | 46 | 1E | F |
| Octal | 56 | 62 | 33 | 10 | 0 | 56 | 120 | 106 | 36 | 17 |
| Binary | 101110 | 110010 | 11011 | 1000 | 0 | 101110 | 1010000 | 1000110 | 11110 | 1111 |
Color Harmonies of #2E321B
Complementary color
Monochromatic Colors of #2E321B
Black with #2E321B
Text Example
Text Example
White with #2E321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E321B; }
p { color: rgb(46,50,27); }
H1.HeaderClassName
{
color: #2E321B;
}
.AnyTagClassName
{
color: #2E321B;
}
</style>
background-color css
<style>
a { background-color: #2E321B; }
a { background-color: rgb(46,50,27); }
div.DivClassName
{
background-color: #2E321B;
}
.BgClassName
{
background-color: #2E321B;
}
</style>
border-color css
<style>
span { border-color: #2E321B; }
span { border-color: rgb(46,50,27); }
td.TdClassName
{
border-color: #2E321B;
}
.TagClassName
{
border-color: #2E321B;
}
</style>