Shades of Green Waterloo #14150D
Tints of Green Waterloo #14150D
RGB
CMYK
RGB Variations
Color information
#14150D (or 0x14150D) is known color: Green Waterloo. HEX triplet: 14, 15 and 0D. RGB value is (20,21,13). Sum of RGB (Red+Green+Blue) = 20+21+13=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #14150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150D is #EBEAF2. Grayscale: #131313. Windows color (decimal): -15461107 or 857364. OLE color: 857364.
HSL color Cylindrical-coordinate representation of color #14150D: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14150D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 13 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.92 |
| HSL | 67.5º | 0.24% | 0.07% | - |
| HSV(B) | 67.5º | 0.38% | 0.08% | - |
| XYZ | 0.63 | 0.71 | 0.49 | - |
| YUV | 19.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 13 | 0.05 | 0 | 0.38 | 0.92 | 67.5 | 0.24 | 0.07 |
| Hex | 14 | 15 | D | 5 | 0 | 26 | 5C | 44 | 18 | 7 |
| Octal | 24 | 25 | 15 | 5 | 0 | 46 | 134 | 104 | 30 | 7 |
| Binary | 10100 | 10101 | 1101 | 101 | 0 | 100110 | 1011100 | 1000100 | 11000 | 111 |
Color Harmonies of #14150D
Complementary color
Monochromatic Colors of #14150D
Black with #14150D
Text Example
Text Example
White with #14150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14150D; }
p { color: rgb(20,21,13); }
H1.HeaderClassName
{
color: #14150D;
}
.AnyTagClassName
{
color: #14150D;
}
</style>
background-color css
<style>
a { background-color: #14150D; }
a { background-color: rgb(20,21,13); }
div.DivClassName
{
background-color: #14150D;
}
.BgClassName
{
background-color: #14150D;
}
</style>
border-color css
<style>
span { border-color: #14150D; }
span { border-color: rgb(20,21,13); }
td.TdClassName
{
border-color: #14150D;
}
.TagClassName
{
border-color: #14150D;
}
</style>