Shades of Green Waterloo #1F2117
Tints of Green Waterloo #1F2117
RGB
CMYK
RGB Variations
Color information
#1F2117 (or 0x1F2117) is known color: Green Waterloo. HEX triplet: 1F, 21 and 17. RGB value is (31,33,23). Sum of RGB (Red+Green+Blue) = 31+33+23=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2117 is #E0DEE8. Grayscale: #1F1F1F. Windows color (decimal): -14737129 or 1515807. OLE color: 1515807.
HSL color Cylindrical-coordinate representation of color #1F2117: hue angle of 72º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F2117 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 33 | 23 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.87 |
| HSL | 72º | 0.18% | 0.11% | - |
| HSV(B) | 72º | 0.3% | 0.13% | - |
| XYZ | 1.26 | 1.44 | 1.02 | - |
| YUV | 31.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 23 | 0.06 | 0 | 0.30 | 0.87 | 72 | 0.18 | 0.11 |
| Hex | 1F | 21 | 17 | 6 | 0 | 1E | 57 | 48 | 12 | B |
| Octal | 37 | 41 | 27 | 6 | 0 | 36 | 127 | 110 | 22 | 13 |
| Binary | 11111 | 100001 | 10111 | 110 | 0 | 11110 | 1010111 | 1001000 | 10010 | 1011 |
Color Harmonies of #1F2117
Complementary color
Monochromatic Colors of #1F2117
Black with #1F2117
Text Example
Text Example
White with #1F2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2117; }
p { color: rgb(31,33,23); }
H1.HeaderClassName
{
color: #1F2117;
}
.AnyTagClassName
{
color: #1F2117;
}
</style>
background-color css
<style>
a { background-color: #1F2117; }
a { background-color: rgb(31,33,23); }
div.DivClassName
{
background-color: #1F2117;
}
.BgClassName
{
background-color: #1F2117;
}
</style>
border-color css
<style>
span { border-color: #1F2117; }
span { border-color: rgb(31,33,23); }
td.TdClassName
{
border-color: #1F2117;
}
.TagClassName
{
border-color: #1F2117;
}
</style>