Shades of Green Waterloo #12130B
Tints of Green Waterloo #12130B
RGB
CMYK
RGB Variations
Color information
#12130B (or 0x12130B) is known color: Green Waterloo. HEX triplet: 12, 13 and 0B. RGB value is (18,19,11). Sum of RGB (Red+Green+Blue) = 18+19+11=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #12130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130B is #EDECF4. Grayscale: #111111. Windows color (decimal): -15592693 or 725778. OLE color: 725778.
HSL color Cylindrical-coordinate representation of color #12130B: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12130B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 19 | 11 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.93 |
| HSL | 67.5º | 0.27% | 0.06% | - |
| HSV(B) | 67.5º | 0.42% | 0.07% | - |
| XYZ | 0.54 | 0.62 | 0.41 | - |
| YUV | 17.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 11 | 0.05 | 0 | 0.42 | 0.93 | 67.5 | 0.27 | 0.06 |
| Hex | 12 | 13 | B | 5 | 0 | 2A | 5D | 44 | 1B | 6 |
| Octal | 22 | 23 | 13 | 5 | 0 | 52 | 135 | 104 | 33 | 6 |
| Binary | 10010 | 10011 | 1011 | 101 | 0 | 101010 | 1011101 | 1000100 | 11011 | 110 |
Color Harmonies of #12130B
Complementary color
Monochromatic Colors of #12130B
Black with #12130B
Text Example
Text Example
White with #12130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12130B; }
p { color: rgb(18,19,11); }
H1.HeaderClassName
{
color: #12130B;
}
.AnyTagClassName
{
color: #12130B;
}
</style>
background-color css
<style>
a { background-color: #12130B; }
a { background-color: rgb(18,19,11); }
div.DivClassName
{
background-color: #12130B;
}
.BgClassName
{
background-color: #12130B;
}
</style>
border-color css
<style>
span { border-color: #12130B; }
span { border-color: rgb(18,19,11); }
td.TdClassName
{
border-color: #12130B;
}
.TagClassName
{
border-color: #12130B;
}
</style>