Shades of Green Waterloo #2C3115
Tints of Green Waterloo #2C3115
RGB
CMYK
RGB Variations
Color information
#2C3115 (or 0x2C3115) is known color: Green Waterloo. HEX triplet: 2C, 31 and 15. RGB value is (44,49,21). Sum of RGB (Red+Green+Blue) = 44+49+21=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3115 is #D3CEEA. Grayscale: #2C2C2C. Windows color (decimal): -13881067 or 1388844. OLE color: 1388844.
HSL color Cylindrical-coordinate representation of color #2C3115: hue angle of 70.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C3115 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 21 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.81 |
| HSL | 70.71º | 0.4% | 0.14% | - |
| HSV(B) | 70.71º | 0.57% | 0.19% | - |
| XYZ | 2.27 | 2.79 | 1.13 | - |
| YUV | 44.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 21 | 0.10 | 0 | 0.57 | 0.81 | 70.71 | 0.4 | 0.14 |
| Hex | 2C | 31 | 15 | A | 0 | 39 | 51 | 47 | 28 | E |
| Octal | 54 | 61 | 25 | 12 | 0 | 71 | 121 | 107 | 50 | 16 |
| Binary | 101100 | 110001 | 10101 | 1010 | 0 | 111001 | 1010001 | 1000111 | 101000 | 1110 |
Color Harmonies of #2C3115
Complementary color
Monochromatic Colors of #2C3115
Black with #2C3115
Text Example
Text Example
White with #2C3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3115; }
p { color: rgb(44,49,21); }
H1.HeaderClassName
{
color: #2C3115;
}
.AnyTagClassName
{
color: #2C3115;
}
</style>
background-color css
<style>
a { background-color: #2C3115; }
a { background-color: rgb(44,49,21); }
div.DivClassName
{
background-color: #2C3115;
}
.BgClassName
{
background-color: #2C3115;
}
</style>
border-color css
<style>
span { border-color: #2C3115; }
span { border-color: rgb(44,49,21); }
td.TdClassName
{
border-color: #2C3115;
}
.TagClassName
{
border-color: #2C3115;
}
</style>