Shades of Green Waterloo #1F2210
Tints of Green Waterloo #1F2210
RGB
CMYK
RGB Variations
Color information
#1F2210 (or 0x1F2210) is known color: Green Waterloo. HEX triplet: 1F, 22 and 10. RGB value is (31,34,16). Sum of RGB (Red+Green+Blue) = 31+34+16=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #1F2210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2210 is #E0DDEF. Grayscale: #1F1F1F. Windows color (decimal): -14736880 or 1057311. OLE color: 1057311.
HSL color Cylindrical-coordinate representation of color #1F2210: hue angle of 70º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F2210 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 16 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.87 |
| HSL | 70º | 0.36% | 0.1% | - |
| HSV(B) | 70º | 0.53% | 0.13% | - |
| XYZ | 1.23 | 1.47 | 0.71 | - |
| YUV | 31.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 16 | 0.09 | 0 | 0.53 | 0.87 | 70 | 0.36 | 0.1 |
| Hex | 1F | 22 | 10 | 9 | 0 | 35 | 57 | 46 | 24 | A |
| Octal | 37 | 42 | 20 | 11 | 0 | 65 | 127 | 106 | 44 | 12 |
| Binary | 11111 | 100010 | 10000 | 1001 | 0 | 110101 | 1010111 | 1000110 | 100100 | 1010 |
Color Harmonies of #1F2210
Complementary color
Monochromatic Colors of #1F2210
Black with #1F2210
Text Example
Text Example
White with #1F2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2210; }
p { color: rgb(31,34,16); }
H1.HeaderClassName
{
color: #1F2210;
}
.AnyTagClassName
{
color: #1F2210;
}
</style>
background-color css
<style>
a { background-color: #1F2210; }
a { background-color: rgb(31,34,16); }
div.DivClassName
{
background-color: #1F2210;
}
.BgClassName
{
background-color: #1F2210;
}
</style>
border-color css
<style>
span { border-color: #1F2210; }
span { border-color: rgb(31,34,16); }
td.TdClassName
{
border-color: #1F2210;
}
.TagClassName
{
border-color: #1F2210;
}
</style>