Shades of Green Waterloo #1C2005
Tints of Green Waterloo #1C2005
RGB
CMYK
RGB Variations
Color information
#1C2005 (or 0x1C2005) is known color: Green Waterloo. HEX triplet: 1C, 20 and 05. RGB value is (28,32,5). Sum of RGB (Red+Green+Blue) = 28+32+5=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 32 - color contains mainly: green. Hex color #1C2005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2005 is #E3DFFA. Grayscale: #1B1B1B. Windows color (decimal): -14934011 or 335900. OLE color: 335900.
HSL color Cylindrical-coordinate representation of color #1C2005: hue angle of 68.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2005 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 32 | 5 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.87 |
| HSL | 68.89º | 0.73% | 0.07% | - |
| HSV(B) | 68.89º | 0.84% | 0.13% | - |
| XYZ | 1.02 | 1.29 | 0.34 | - |
| YUV | 27.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 5 | 0.12 | 0 | 0.84 | 0.87 | 68.89 | 0.73 | 0.07 |
| Hex | 1C | 20 | 5 | C | 0 | 54 | 57 | 45 | 49 | 7 |
| Octal | 34 | 40 | 5 | 14 | 0 | 124 | 127 | 105 | 111 | 7 |
| Binary | 11100 | 100000 | 101 | 1100 | 0 | 1010100 | 1010111 | 1000101 | 1001001 | 111 |
Color Harmonies of #1C2005
Complementary color
Monochromatic Colors of #1C2005
Black with #1C2005
Text Example
Text Example
White with #1C2005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2005; }
p { color: rgb(28,32,5); }
H1.HeaderClassName
{
color: #1C2005;
}
.AnyTagClassName
{
color: #1C2005;
}
</style>
background-color css
<style>
a { background-color: #1C2005; }
a { background-color: rgb(28,32,5); }
div.DivClassName
{
background-color: #1C2005;
}
.BgClassName
{
background-color: #1C2005;
}
</style>
border-color css
<style>
span { border-color: #1C2005; }
span { border-color: rgb(28,32,5); }
td.TdClassName
{
border-color: #1C2005;
}
.TagClassName
{
border-color: #1C2005;
}
</style>