Shades of Green Waterloo #14150C
Tints of Green Waterloo #14150C
RGB
CMYK
RGB Variations
Color information
#14150C (or 0x14150C) is known color: Green Waterloo. HEX triplet: 14, 15 and 0C. RGB value is (20,21,12). Sum of RGB (Red+Green+Blue) = 20+21+12=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #14150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150C is #EBEAF3. Grayscale: #131313. Windows color (decimal): -15461108 or 791828. OLE color: 791828.
HSL color Cylindrical-coordinate representation of color #14150C: hue angle of 66.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14150C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 12 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.92 |
| HSL | 66.67º | 0.27% | 0.06% | - |
| HSV(B) | 66.67º | 0.43% | 0.08% | - |
| XYZ | 0.62 | 0.71 | 0.45 | - |
| YUV | 19.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 12 | 0.05 | 0 | 0.43 | 0.92 | 66.67 | 0.27 | 0.06 |
| Hex | 14 | 15 | C | 5 | 0 | 2B | 5C | 43 | 1B | 6 |
| Octal | 24 | 25 | 14 | 5 | 0 | 53 | 134 | 103 | 33 | 6 |
| Binary | 10100 | 10101 | 1100 | 101 | 0 | 101011 | 1011100 | 1000011 | 11011 | 110 |
Color Harmonies of #14150C
Complementary color
Monochromatic Colors of #14150C
Black with #14150C
Text Example
Text Example
White with #14150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14150C; }
p { color: rgb(20,21,12); }
H1.HeaderClassName
{
color: #14150C;
}
.AnyTagClassName
{
color: #14150C;
}
</style>
background-color css
<style>
a { background-color: #14150C; }
a { background-color: rgb(20,21,12); }
div.DivClassName
{
background-color: #14150C;
}
.BgClassName
{
background-color: #14150C;
}
</style>
border-color css
<style>
span { border-color: #14150C; }
span { border-color: rgb(20,21,12); }
td.TdClassName
{
border-color: #14150C;
}
.TagClassName
{
border-color: #14150C;
}
</style>