Shades of Green Waterloo #121408
Tints of Green Waterloo #121408
RGB
CMYK
RGB Variations
Color information
#121408 (or 0x121408) is known color: Green Waterloo. HEX triplet: 12, 14 and 08. RGB value is (18,20,8). Sum of RGB (Red+Green+Blue) = 18+20+8=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #121408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121408 is #EDEBF7. Grayscale: #121212. Windows color (decimal): -15592440 or 529426. OLE color: 529426.
HSL color Cylindrical-coordinate representation of color #121408: hue angle of 70º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #121408 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 20 | 8 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.92 |
| HSL | 70º | 0.43% | 0.05% | - |
| HSV(B) | 70º | 0.6% | 0.08% | - |
| XYZ | 0.54 | 0.65 | 0.33 | - |
| YUV | 18.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 8 | 0.10 | 0 | 0.60 | 0.92 | 70 | 0.43 | 0.05 |
| Hex | 12 | 14 | 8 | A | 0 | 3C | 5C | 46 | 2B | 5 |
| Octal | 22 | 24 | 10 | 12 | 0 | 74 | 134 | 106 | 53 | 5 |
| Binary | 10010 | 10100 | 1000 | 1010 | 0 | 111100 | 1011100 | 1000110 | 101011 | 101 |
Color Harmonies of #121408
Complementary color
Monochromatic Colors of #121408
Black with #121408
Text Example
Text Example
White with #121408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121408; }
p { color: rgb(18,20,8); }
H1.HeaderClassName
{
color: #121408;
}
.AnyTagClassName
{
color: #121408;
}
</style>
background-color css
<style>
a { background-color: #121408; }
a { background-color: rgb(18,20,8); }
div.DivClassName
{
background-color: #121408;
}
.BgClassName
{
background-color: #121408;
}
</style>
border-color css
<style>
span { border-color: #121408; }
span { border-color: rgb(18,20,8); }
td.TdClassName
{
border-color: #121408;
}
.TagClassName
{
border-color: #121408;
}
</style>