Shades of Green Waterloo #1C1E14
Tints of Green Waterloo #1C1E14
RGB
CMYK
RGB Variations
Color information
#1C1E14 (or 0x1C1E14) is known color: Green Waterloo. HEX triplet: 1C, 1E and 14. RGB value is (28,30,20). Sum of RGB (Red+Green+Blue) = 28+30+20=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E14 is #E3E1EB. Grayscale: #1C1C1C. Windows color (decimal): -14934508 or 1318428. OLE color: 1318428.
HSL color Cylindrical-coordinate representation of color #1C1E14: hue angle of 72º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1C1E14 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 30 | 20 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.88 |
| HSL | 72º | 0.2% | 0.1% | - |
| HSV(B) | 72º | 0.33% | 0.12% | - |
| XYZ | 1.07 | 1.23 | 0.84 | - |
| YUV | 28.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 20 | 0.07 | 0 | 0.33 | 0.88 | 72 | 0.2 | 0.1 |
| Hex | 1C | 1E | 14 | 7 | 0 | 21 | 58 | 48 | 14 | A |
| Octal | 34 | 36 | 24 | 7 | 0 | 41 | 130 | 110 | 24 | 12 |
| Binary | 11100 | 11110 | 10100 | 111 | 0 | 100001 | 1011000 | 1001000 | 10100 | 1010 |
Color Harmonies of #1C1E14
Complementary color
Monochromatic Colors of #1C1E14
Black with #1C1E14
Text Example
Text Example
White with #1C1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1E14; }
p { color: rgb(28,30,20); }
H1.HeaderClassName
{
color: #1C1E14;
}
.AnyTagClassName
{
color: #1C1E14;
}
</style>
background-color css
<style>
a { background-color: #1C1E14; }
a { background-color: rgb(28,30,20); }
div.DivClassName
{
background-color: #1C1E14;
}
.BgClassName
{
background-color: #1C1E14;
}
</style>
border-color css
<style>
span { border-color: #1C1E14; }
span { border-color: rgb(28,30,20); }
td.TdClassName
{
border-color: #1C1E14;
}
.TagClassName
{
border-color: #1C1E14;
}
</style>