Shades of Green Waterloo #2C3110
Tints of Green Waterloo #2C3110
RGB
CMYK
RGB Variations
Color information
#2C3110 (or 0x2C3110) is known color: Green Waterloo. HEX triplet: 2C, 31 and 10. RGB value is (44,49,16). Sum of RGB (Red+Green+Blue) = 44+49+16=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3110 is #D3CEEF. Grayscale: #2B2B2B. Windows color (decimal): -13881072 or 1061164. OLE color: 1061164.
HSL color Cylindrical-coordinate representation of color #2C3110: hue angle of 69.09º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3110 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 16 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.81 |
| HSL | 69.09º | 0.51% | 0.13% | - |
| HSV(B) | 69.09º | 0.67% | 0.19% | - |
| XYZ | 2.23 | 2.77 | 0.91 | - |
| YUV | 43.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 16 | 0.10 | 0 | 0.67 | 0.81 | 69.09 | 0.51 | 0.13 |
| Hex | 2C | 31 | 10 | A | 0 | 43 | 51 | 45 | 33 | D |
| Octal | 54 | 61 | 20 | 12 | 0 | 103 | 121 | 105 | 63 | 15 |
| Binary | 101100 | 110001 | 10000 | 1010 | 0 | 1000011 | 1010001 | 1000101 | 110011 | 1101 |
Color Harmonies of #2C3110
Complementary color
Monochromatic Colors of #2C3110
Black with #2C3110
Text Example
Text Example
White with #2C3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3110; }
p { color: rgb(44,49,16); }
H1.HeaderClassName
{
color: #2C3110;
}
.AnyTagClassName
{
color: #2C3110;
}
</style>
background-color css
<style>
a { background-color: #2C3110; }
a { background-color: rgb(44,49,16); }
div.DivClassName
{
background-color: #2C3110;
}
.BgClassName
{
background-color: #2C3110;
}
</style>
border-color css
<style>
span { border-color: #2C3110; }
span { border-color: rgb(44,49,16); }
td.TdClassName
{
border-color: #2C3110;
}
.TagClassName
{
border-color: #2C3110;
}
</style>