Shades of Green Waterloo #12130D
Tints of Green Waterloo #12130D
RGB
CMYK
RGB Variations
Color information
#12130D (or 0x12130D) is known color: Green Waterloo. HEX triplet: 12, 13 and 0D. RGB value is (18,19,13). Sum of RGB (Red+Green+Blue) = 18+19+13=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 19 - color contains mainly: green. Hex color #12130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130D is #EDECF2. Grayscale: #121212. Windows color (decimal): -15592691 or 856850. OLE color: 856850.
HSL color Cylindrical-coordinate representation of color #12130D: hue angle of 70º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #12130D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 19 | 13 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.93 |
| HSL | 70º | 0.19% | 0.06% | - |
| HSV(B) | 70º | 0.32% | 0.07% | - |
| XYZ | 0.55 | 0.62 | 0.47 | - |
| YUV | 18.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 13 | 0.05 | 0 | 0.32 | 0.93 | 70 | 0.19 | 0.06 |
| Hex | 12 | 13 | D | 5 | 0 | 20 | 5D | 46 | 13 | 6 |
| Octal | 22 | 23 | 15 | 5 | 0 | 40 | 135 | 106 | 23 | 6 |
| Binary | 10010 | 10011 | 1101 | 101 | 0 | 100000 | 1011101 | 1000110 | 10011 | 110 |
Color Harmonies of #12130D
Complementary color
Monochromatic Colors of #12130D
Black with #12130D
Text Example
Text Example
White with #12130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12130D; }
p { color: rgb(18,19,13); }
H1.HeaderClassName
{
color: #12130D;
}
.AnyTagClassName
{
color: #12130D;
}
</style>
background-color css
<style>
a { background-color: #12130D; }
a { background-color: rgb(18,19,13); }
div.DivClassName
{
background-color: #12130D;
}
.BgClassName
{
background-color: #12130D;
}
</style>
border-color css
<style>
span { border-color: #12130D; }
span { border-color: rgb(18,19,13); }
td.TdClassName
{
border-color: #12130D;
}
.TagClassName
{
border-color: #12130D;
}
</style>