Shades of Green Waterloo #2C3116
Tints of Green Waterloo #2C3116
RGB
CMYK
RGB Variations
Color information
#2C3116 (or 0x2C3116) is known color: Green Waterloo. HEX triplet: 2C, 31 and 16. RGB value is (44,49,22). Sum of RGB (Red+Green+Blue) = 44+49+22=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3116 is #D3CEE9. Grayscale: #2C2C2C. Windows color (decimal): -13881066 or 1454380. OLE color: 1454380.
HSL color Cylindrical-coordinate representation of color #2C3116: hue angle of 71.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C3116 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 22 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.81 |
| HSL | 71.11º | 0.38% | 0.14% | - |
| HSV(B) | 71.11º | 0.55% | 0.19% | - |
| XYZ | 2.28 | 2.79 | 1.18 | - |
| YUV | 44.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 22 | 0.10 | 0 | 0.55 | 0.81 | 71.11 | 0.38 | 0.14 |
| Hex | 2C | 31 | 16 | A | 0 | 37 | 51 | 47 | 26 | E |
| Octal | 54 | 61 | 26 | 12 | 0 | 67 | 121 | 107 | 46 | 16 |
| Binary | 101100 | 110001 | 10110 | 1010 | 0 | 110111 | 1010001 | 1000111 | 100110 | 1110 |
Color Harmonies of #2C3116
Complementary color
Monochromatic Colors of #2C3116
Black with #2C3116
Text Example
Text Example
White with #2C3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3116; }
p { color: rgb(44,49,22); }
H1.HeaderClassName
{
color: #2C3116;
}
.AnyTagClassName
{
color: #2C3116;
}
</style>
background-color css
<style>
a { background-color: #2C3116; }
a { background-color: rgb(44,49,22); }
div.DivClassName
{
background-color: #2C3116;
}
.BgClassName
{
background-color: #2C3116;
}
</style>
border-color css
<style>
span { border-color: #2C3116; }
span { border-color: rgb(44,49,22); }
td.TdClassName
{
border-color: #2C3116;
}
.TagClassName
{
border-color: #2C3116;
}
</style>