Shades of Green Waterloo #2E3016
Tints of Green Waterloo #2E3016
RGB
CMYK
RGB Variations
Color information
#2E3016 (or 0x2E3016) is known color: Green Waterloo. HEX triplet: 2E, 30 and 16. RGB value is (46,48,22). Sum of RGB (Red+Green+Blue) = 46+48+22=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3016 is #D1CFE9. Grayscale: #2C2C2C. Windows color (decimal): -13750250 or 1454126. OLE color: 1454126.
HSL color Cylindrical-coordinate representation of color #2E3016: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3016 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 22 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.81 |
| HSL | 64.62º | 0.37% | 0.14% | - |
| HSV(B) | 64.62º | 0.54% | 0.19% | - |
| XYZ | 2.33 | 2.75 | 1.17 | - |
| YUV | 44.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 22 | 0.04 | 0 | 0.54 | 0.81 | 64.62 | 0.37 | 0.14 |
| Hex | 2E | 30 | 16 | 4 | 0 | 36 | 51 | 41 | 25 | E |
| Octal | 56 | 60 | 26 | 4 | 0 | 66 | 121 | 101 | 45 | 16 |
| Binary | 101110 | 110000 | 10110 | 100 | 0 | 110110 | 1010001 | 1000001 | 100101 | 1110 |
Color Harmonies of #2E3016
Complementary color
Monochromatic Colors of #2E3016
Black with #2E3016
Text Example
Text Example
White with #2E3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3016; }
p { color: rgb(46,48,22); }
H1.HeaderClassName
{
color: #2E3016;
}
.AnyTagClassName
{
color: #2E3016;
}
</style>
background-color css
<style>
a { background-color: #2E3016; }
a { background-color: rgb(46,48,22); }
div.DivClassName
{
background-color: #2E3016;
}
.BgClassName
{
background-color: #2E3016;
}
</style>
border-color css
<style>
span { border-color: #2E3016; }
span { border-color: rgb(46,48,22); }
td.TdClassName
{
border-color: #2E3016;
}
.TagClassName
{
border-color: #2E3016;
}
</style>