Shades of Green Waterloo #12130C
Tints of Green Waterloo #12130C
RGB
CMYK
RGB Variations
Color information
#12130C (or 0x12130C) is known color: Green Waterloo. HEX triplet: 12, 13 and 0C. RGB value is (18,19,12). Sum of RGB (Red+Green+Blue) = 18+19+12=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #12130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130C is #EDECF3. Grayscale: #111111. Windows color (decimal): -15592692 or 791314. OLE color: 791314.
HSL color Cylindrical-coordinate representation of color #12130C: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #12130C is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 19 | 12 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.93 |
| HSL | 68.57º | 0.23% | 0.06% | - |
| HSV(B) | 68.57º | 0.37% | 0.07% | - |
| XYZ | 0.55 | 0.62 | 0.44 | - |
| YUV | 17.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 12 | 0.05 | 0 | 0.37 | 0.93 | 68.57 | 0.23 | 0.06 |
| Hex | 12 | 13 | C | 5 | 0 | 25 | 5D | 45 | 17 | 6 |
| Octal | 22 | 23 | 14 | 5 | 0 | 45 | 135 | 105 | 27 | 6 |
| Binary | 10010 | 10011 | 1100 | 101 | 0 | 100101 | 1011101 | 1000101 | 10111 | 110 |
Color Harmonies of #12130C
Complementary color
Monochromatic Colors of #12130C
Black with #12130C
Text Example
Text Example
White with #12130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12130C; }
p { color: rgb(18,19,12); }
H1.HeaderClassName
{
color: #12130C;
}
.AnyTagClassName
{
color: #12130C;
}
</style>
background-color css
<style>
a { background-color: #12130C; }
a { background-color: rgb(18,19,12); }
div.DivClassName
{
background-color: #12130C;
}
.BgClassName
{
background-color: #12130C;
}
</style>
border-color css
<style>
span { border-color: #12130C; }
span { border-color: rgb(18,19,12); }
td.TdClassName
{
border-color: #12130C;
}
.TagClassName
{
border-color: #12130C;
}
</style>