Shades of Green Waterloo #2E320F
Tints of Green Waterloo #2E320F
RGB
CMYK
RGB Variations
Color information
#2E320F (or 0x2E320F) is known color: Green Waterloo. HEX triplet: 2E, 32 and 0F. RGB value is (46,50,15). Sum of RGB (Red+Green+Blue) = 46+50+15=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #2E320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E320F is #D1CDF0. Grayscale: #2C2C2C. Windows color (decimal): -13749745 or 995886. OLE color: 995886.
HSL color Cylindrical-coordinate representation of color #2E320F: hue angle of 66.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E320F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 15 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.80 |
| HSL | 66.86º | 0.54% | 0.13% | - |
| HSV(B) | 66.86º | 0.7% | 0.2% | - |
| XYZ | 2.35 | 2.9 | 0.89 | - |
| YUV | 44.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 15 | 0.08 | 0 | 0.70 | 0.80 | 66.86 | 0.54 | 0.13 |
| Hex | 2E | 32 | F | 8 | 0 | 46 | 50 | 43 | 36 | D |
| Octal | 56 | 62 | 17 | 10 | 0 | 106 | 120 | 103 | 66 | 15 |
| Binary | 101110 | 110010 | 1111 | 1000 | 0 | 1000110 | 1010000 | 1000011 | 110110 | 1101 |
Color Harmonies of #2E320F
Complementary color
Monochromatic Colors of #2E320F
Black with #2E320F
Text Example
Text Example
White with #2E320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E320F; }
p { color: rgb(46,50,15); }
H1.HeaderClassName
{
color: #2E320F;
}
.AnyTagClassName
{
color: #2E320F;
}
</style>
background-color css
<style>
a { background-color: #2E320F; }
a { background-color: rgb(46,50,15); }
div.DivClassName
{
background-color: #2E320F;
}
.BgClassName
{
background-color: #2E320F;
}
</style>
border-color css
<style>
span { border-color: #2E320F; }
span { border-color: rgb(46,50,15); }
td.TdClassName
{
border-color: #2E320F;
}
.TagClassName
{
border-color: #2E320F;
}
</style>