Shades of Green Waterloo #1C1E0C
Tints of Green Waterloo #1C1E0C
RGB
CMYK
RGB Variations
Color information
#1C1E0C (or 0x1C1E0C) is known color: Green Waterloo. HEX triplet: 1C, 1E and 0C. RGB value is (28,30,12). Sum of RGB (Red+Green+Blue) = 28+30+12=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E0C is #E3E1F3. Grayscale: #1B1B1B. Windows color (decimal): -14934516 or 794140. OLE color: 794140.
HSL color Cylindrical-coordinate representation of color #1C1E0C: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C1E0C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 30 | 12 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.88 |
| HSL | 66.67º | 0.43% | 0.08% | - |
| HSV(B) | 66.67º | 0.6% | 0.12% | - |
| XYZ | 1.01 | 1.2 | 0.53 | - |
| YUV | 27.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 12 | 0.07 | 0 | 0.60 | 0.88 | 66.67 | 0.43 | 0.08 |
| Hex | 1C | 1E | C | 7 | 0 | 3C | 58 | 43 | 2B | 8 |
| Octal | 34 | 36 | 14 | 7 | 0 | 74 | 130 | 103 | 53 | 10 |
| Binary | 11100 | 11110 | 1100 | 111 | 0 | 111100 | 1011000 | 1000011 | 101011 | 1000 |
Color Harmonies of #1C1E0C
Complementary color
Monochromatic Colors of #1C1E0C
Black with #1C1E0C
Text Example
Text Example
White with #1C1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1E0C; }
p { color: rgb(28,30,12); }
H1.HeaderClassName
{
color: #1C1E0C;
}
.AnyTagClassName
{
color: #1C1E0C;
}
</style>
background-color css
<style>
a { background-color: #1C1E0C; }
a { background-color: rgb(28,30,12); }
div.DivClassName
{
background-color: #1C1E0C;
}
.BgClassName
{
background-color: #1C1E0C;
}
</style>
border-color css
<style>
span { border-color: #1C1E0C; }
span { border-color: rgb(28,30,12); }
td.TdClassName
{
border-color: #1C1E0C;
}
.TagClassName
{
border-color: #1C1E0C;
}
</style>