Shades of Green Waterloo #12140B
Tints of Green Waterloo #12140B
RGB
CMYK
RGB Variations
Color information
#12140B (or 0x12140B) is known color: Green Waterloo. HEX triplet: 12, 14 and 0B. RGB value is (18,20,11). Sum of RGB (Red+Green+Blue) = 18+20+11=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #12140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140B is #EDEBF4. Grayscale: #121212. Windows color (decimal): -15592437 or 726034. OLE color: 726034.
HSL color Cylindrical-coordinate representation of color #12140B: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12140B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 20 | 11 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.92 |
| HSL | 73.33º | 0.29% | 0.06% | - |
| HSV(B) | 73.33º | 0.45% | 0.08% | - |
| XYZ | 0.56 | 0.65 | 0.41 | - |
| YUV | 18.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 11 | 0.10 | 0 | 0.45 | 0.92 | 73.33 | 0.29 | 0.06 |
| Hex | 12 | 14 | B | A | 0 | 2D | 5C | 49 | 1D | 6 |
| Octal | 22 | 24 | 13 | 12 | 0 | 55 | 134 | 111 | 35 | 6 |
| Binary | 10010 | 10100 | 1011 | 1010 | 0 | 101101 | 1011100 | 1001001 | 11101 | 110 |
Color Harmonies of #12140B
Complementary color
Monochromatic Colors of #12140B
Black with #12140B
Text Example
Text Example
White with #12140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12140B; }
p { color: rgb(18,20,11); }
H1.HeaderClassName
{
color: #12140B;
}
.AnyTagClassName
{
color: #12140B;
}
</style>
background-color css
<style>
a { background-color: #12140B; }
a { background-color: rgb(18,20,11); }
div.DivClassName
{
background-color: #12140B;
}
.BgClassName
{
background-color: #12140B;
}
</style>
border-color css
<style>
span { border-color: #12140B; }
span { border-color: rgb(18,20,11); }
td.TdClassName
{
border-color: #12140B;
}
.TagClassName
{
border-color: #12140B;
}
</style>