Shades of Green Waterloo #15180B
Tints of Green Waterloo #15180B
RGB
CMYK
RGB Variations
Color information
#15180B (or 0x15180B) is known color: Green Waterloo. HEX triplet: 15, 18 and 0B. RGB value is (21,24,11). Sum of RGB (Red+Green+Blue) = 21+24+11=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #15180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180B is #EAE7F4. Grayscale: #151515. Windows color (decimal): -15394805 or 727061. OLE color: 727061.
HSL color Cylindrical-coordinate representation of color #15180B: hue angle of 73.85º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15180B is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 24 | 11 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.91 |
| HSL | 73.85º | 0.37% | 0.07% | - |
| HSV(B) | 73.85º | 0.54% | 0.09% | - |
| XYZ | 0.7 | 0.84 | 0.44 | - |
| YUV | 21.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 11 | 0.13 | 0 | 0.54 | 0.91 | 73.85 | 0.37 | 0.07 |
| Hex | 15 | 18 | B | D | 0 | 36 | 5B | 4A | 25 | 7 |
| Octal | 25 | 30 | 13 | 15 | 0 | 66 | 133 | 112 | 45 | 7 |
| Binary | 10101 | 11000 | 1011 | 1101 | 0 | 110110 | 1011011 | 1001010 | 100101 | 111 |
Color Harmonies of #15180B
Complementary color
Monochromatic Colors of #15180B
Black with #15180B
Text Example
Text Example
White with #15180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15180B; }
p { color: rgb(21,24,11); }
H1.HeaderClassName
{
color: #15180B;
}
.AnyTagClassName
{
color: #15180B;
}
</style>
background-color css
<style>
a { background-color: #15180B; }
a { background-color: rgb(21,24,11); }
div.DivClassName
{
background-color: #15180B;
}
.BgClassName
{
background-color: #15180B;
}
</style>
border-color css
<style>
span { border-color: #15180B; }
span { border-color: rgb(21,24,11); }
td.TdClassName
{
border-color: #15180B;
}
.TagClassName
{
border-color: #15180B;
}
</style>