Shades of Green Waterloo #2C3112
Tints of Green Waterloo #2C3112
RGB
CMYK
RGB Variations
Color information
#2C3112 (or 0x2C3112) is known color: Green Waterloo. HEX triplet: 2C, 31 and 12. RGB value is (44,49,18). Sum of RGB (Red+Green+Blue) = 44+49+18=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3112 is #D3CEED. Grayscale: #2C2C2C. Windows color (decimal): -13881070 or 1192236. OLE color: 1192236.
HSL color Cylindrical-coordinate representation of color #2C3112: hue angle of 69.68º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3112 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 18 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.81 |
| HSL | 69.68º | 0.46% | 0.13% | - |
| HSV(B) | 69.68º | 0.63% | 0.19% | - |
| XYZ | 2.25 | 2.78 | 0.99 | - |
| YUV | 43.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 18 | 0.10 | 0 | 0.63 | 0.81 | 69.68 | 0.46 | 0.13 |
| Hex | 2C | 31 | 12 | A | 0 | 3F | 51 | 46 | 2E | D |
| Octal | 54 | 61 | 22 | 12 | 0 | 77 | 121 | 106 | 56 | 15 |
| Binary | 101100 | 110001 | 10010 | 1010 | 0 | 111111 | 1010001 | 1000110 | 101110 | 1101 |
Color Harmonies of #2C3112
Complementary color
Monochromatic Colors of #2C3112
Black with #2C3112
Text Example
Text Example
White with #2C3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3112; }
p { color: rgb(44,49,18); }
H1.HeaderClassName
{
color: #2C3112;
}
.AnyTagClassName
{
color: #2C3112;
}
</style>
background-color css
<style>
a { background-color: #2C3112; }
a { background-color: rgb(44,49,18); }
div.DivClassName
{
background-color: #2C3112;
}
.BgClassName
{
background-color: #2C3112;
}
</style>
border-color css
<style>
span { border-color: #2C3112; }
span { border-color: rgb(44,49,18); }
td.TdClassName
{
border-color: #2C3112;
}
.TagClassName
{
border-color: #2C3112;
}
</style>