Shades of Green Waterloo #1C1D11
Tints of Green Waterloo #1C1D11
RGB
CMYK
RGB Variations
Color information
#1C1D11 (or 0x1C1D11) is known color: Green Waterloo. HEX triplet: 1C, 1D and 11. RGB value is (28,29,17). Sum of RGB (Red+Green+Blue) = 28+29+17=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D11 is #E3E2EE. Grayscale: #1B1B1B. Windows color (decimal): -14934767 or 1121564. OLE color: 1121564.
HSL color Cylindrical-coordinate representation of color #1C1D11: hue angle of 65º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1C1D11 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 29 | 17 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.89 |
| HSL | 65º | 0.26% | 0.09% | - |
| HSV(B) | 65º | 0.41% | 0.11% | - |
| XYZ | 1.02 | 1.17 | 0.7 | - |
| YUV | 27.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 17 | 0.03 | 0 | 0.41 | 0.89 | 65 | 0.26 | 0.09 |
| Hex | 1C | 1D | 11 | 3 | 0 | 29 | 59 | 41 | 1A | 9 |
| Octal | 34 | 35 | 21 | 3 | 0 | 51 | 131 | 101 | 32 | 11 |
| Binary | 11100 | 11101 | 10001 | 11 | 0 | 101001 | 1011001 | 1000001 | 11010 | 1001 |
Color Harmonies of #1C1D11
Complementary color
Monochromatic Colors of #1C1D11
Black with #1C1D11
Text Example
Text Example
White with #1C1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1D11; }
p { color: rgb(28,29,17); }
H1.HeaderClassName
{
color: #1C1D11;
}
.AnyTagClassName
{
color: #1C1D11;
}
</style>
background-color css
<style>
a { background-color: #1C1D11; }
a { background-color: rgb(28,29,17); }
div.DivClassName
{
background-color: #1C1D11;
}
.BgClassName
{
background-color: #1C1D11;
}
</style>
border-color css
<style>
span { border-color: #1C1D11; }
span { border-color: rgb(28,29,17); }
td.TdClassName
{
border-color: #1C1D11;
}
.TagClassName
{
border-color: #1C1D11;
}
</style>