Shades of Green Waterloo #2E321D
Tints of Green Waterloo #2E321D
RGB
CMYK
RGB Variations
Color information
#2E321D (or 0x2E321D) is known color: Green Waterloo. HEX triplet: 2E, 32 and 1D. RGB value is (46,50,29). Sum of RGB (Red+Green+Blue) = 46+50+29=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #2E321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E321D is #D1CDE2. Grayscale: #2E2E2E. Windows color (decimal): -13749731 or 1913390. OLE color: 1913390.
HSL color Cylindrical-coordinate representation of color #2E321D: hue angle of 71.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E321D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 29 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.80 |
| HSL | 71.43º | 0.27% | 0.15% | - |
| HSV(B) | 71.43º | 0.42% | 0.2% | - |
| XYZ | 2.49 | 2.95 | 1.6 | - |
| YUV | 46.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 29 | 0.08 | 0 | 0.42 | 0.80 | 71.43 | 0.27 | 0.15 |
| Hex | 2E | 32 | 1D | 8 | 0 | 2A | 50 | 47 | 1B | F |
| Octal | 56 | 62 | 35 | 10 | 0 | 52 | 120 | 107 | 33 | 17 |
| Binary | 101110 | 110010 | 11101 | 1000 | 0 | 101010 | 1010000 | 1000111 | 11011 | 1111 |
Color Harmonies of #2E321D
Complementary color
Monochromatic Colors of #2E321D
Black with #2E321D
Text Example
Text Example
White with #2E321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E321D; }
p { color: rgb(46,50,29); }
H1.HeaderClassName
{
color: #2E321D;
}
.AnyTagClassName
{
color: #2E321D;
}
</style>
background-color css
<style>
a { background-color: #2E321D; }
a { background-color: rgb(46,50,29); }
div.DivClassName
{
background-color: #2E321D;
}
.BgClassName
{
background-color: #2E321D;
}
</style>
border-color css
<style>
span { border-color: #2E321D; }
span { border-color: rgb(46,50,29); }
td.TdClassName
{
border-color: #2E321D;
}
.TagClassName
{
border-color: #2E321D;
}
</style>