Shades of Green Waterloo #1C1E15
Tints of Green Waterloo #1C1E15
RGB
CMYK
RGB Variations
Color information
#1C1E15 (or 0x1C1E15) is known color: Green Waterloo. HEX triplet: 1C, 1E and 15. RGB value is (28,30,21). Sum of RGB (Red+Green+Blue) = 28+30+21=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E15 is #E3E1EA. Grayscale: #1C1C1C. Windows color (decimal): -14934507 or 1383964. OLE color: 1383964.
HSL color Cylindrical-coordinate representation of color #1C1E15: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C1E15 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 30 | 21 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.88 |
| HSL | 73.33º | 0.18% | 0.1% | - |
| HSV(B) | 73.33º | 0.3% | 0.12% | - |
| XYZ | 1.08 | 1.23 | 0.89 | - |
| YUV | 28.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 21 | 0.07 | 0 | 0.30 | 0.88 | 73.33 | 0.18 | 0.1 |
| Hex | 1C | 1E | 15 | 7 | 0 | 1E | 58 | 49 | 12 | A |
| Octal | 34 | 36 | 25 | 7 | 0 | 36 | 130 | 111 | 22 | 12 |
| Binary | 11100 | 11110 | 10101 | 111 | 0 | 11110 | 1011000 | 1001001 | 10010 | 1010 |
Color Harmonies of #1C1E15
Complementary color
Monochromatic Colors of #1C1E15
Black with #1C1E15
Text Example
Text Example
White with #1C1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1E15; }
p { color: rgb(28,30,21); }
H1.HeaderClassName
{
color: #1C1E15;
}
.AnyTagClassName
{
color: #1C1E15;
}
</style>
background-color css
<style>
a { background-color: #1C1E15; }
a { background-color: rgb(28,30,21); }
div.DivClassName
{
background-color: #1C1E15;
}
.BgClassName
{
background-color: #1C1E15;
}
</style>
border-color css
<style>
span { border-color: #1C1E15; }
span { border-color: rgb(28,30,21); }
td.TdClassName
{
border-color: #1C1E15;
}
.TagClassName
{
border-color: #1C1E15;
}
</style>