Shades of Green Waterloo #1F2214
Tints of Green Waterloo #1F2214
RGB
CMYK
RGB Variations
Color information
#1F2214 (or 0x1F2214) is known color: Green Waterloo. HEX triplet: 1F, 22 and 14. RGB value is (31,34,20). Sum of RGB (Red+Green+Blue) = 31+34+20=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #1F2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2214 is #E0DDEB. Grayscale: #1F1F1F. Windows color (decimal): -14736876 or 1319455. OLE color: 1319455.
HSL color Cylindrical-coordinate representation of color #1F2214: hue angle of 72.86º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1F2214 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 20 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.87 |
| HSL | 72.86º | 0.26% | 0.11% | - |
| HSV(B) | 72.86º | 0.41% | 0.13% | - |
| XYZ | 1.26 | 1.49 | 0.88 | - |
| YUV | 31.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 20 | 0.09 | 0 | 0.41 | 0.87 | 72.86 | 0.26 | 0.11 |
| Hex | 1F | 22 | 14 | 9 | 0 | 29 | 57 | 49 | 1A | B |
| Octal | 37 | 42 | 24 | 11 | 0 | 51 | 127 | 111 | 32 | 13 |
| Binary | 11111 | 100010 | 10100 | 1001 | 0 | 101001 | 1010111 | 1001001 | 11010 | 1011 |
Color Harmonies of #1F2214
Complementary color
Monochromatic Colors of #1F2214
Black with #1F2214
Text Example
Text Example
White with #1F2214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2214; }
p { color: rgb(31,34,20); }
H1.HeaderClassName
{
color: #1F2214;
}
.AnyTagClassName
{
color: #1F2214;
}
</style>
background-color css
<style>
a { background-color: #1F2214; }
a { background-color: rgb(31,34,20); }
div.DivClassName
{
background-color: #1F2214;
}
.BgClassName
{
background-color: #1F2214;
}
</style>
border-color css
<style>
span { border-color: #1F2214; }
span { border-color: rgb(31,34,20); }
td.TdClassName
{
border-color: #1F2214;
}
.TagClassName
{
border-color: #1F2214;
}
</style>