Shades of Green Waterloo #14150F
Tints of Green Waterloo #14150F
RGB
CMYK
RGB Variations
Color information
#14150F (or 0x14150F) is known color: Green Waterloo. HEX triplet: 14, 15 and 0F. RGB value is (20,21,15). Sum of RGB (Red+Green+Blue) = 20+21+15=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #14150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150F is #EBEAF0. Grayscale: #141414. Windows color (decimal): -15461105 or 988436. OLE color: 988436.
HSL color Cylindrical-coordinate representation of color #14150F: hue angle of 70º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14150F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 15 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.92 |
| HSL | 70º | 0.17% | 0.07% | - |
| HSV(B) | 70º | 0.29% | 0.08% | - |
| XYZ | 0.64 | 0.72 | 0.56 | - |
| YUV | 20.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 15 | 0.05 | 0 | 0.29 | 0.92 | 70 | 0.17 | 0.07 |
| Hex | 14 | 15 | F | 5 | 0 | 1D | 5C | 46 | 11 | 7 |
| Octal | 24 | 25 | 17 | 5 | 0 | 35 | 134 | 106 | 21 | 7 |
| Binary | 10100 | 10101 | 1111 | 101 | 0 | 11101 | 1011100 | 1000110 | 10001 | 111 |
Color Harmonies of #14150F
Complementary color
Monochromatic Colors of #14150F
Black with #14150F
Text Example
Text Example
White with #14150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14150F; }
p { color: rgb(20,21,15); }
H1.HeaderClassName
{
color: #14150F;
}
.AnyTagClassName
{
color: #14150F;
}
</style>
background-color css
<style>
a { background-color: #14150F; }
a { background-color: rgb(20,21,15); }
div.DivClassName
{
background-color: #14150F;
}
.BgClassName
{
background-color: #14150F;
}
</style>
border-color css
<style>
span { border-color: #14150F; }
span { border-color: rgb(20,21,15); }
td.TdClassName
{
border-color: #14150F;
}
.TagClassName
{
border-color: #14150F;
}
</style>