Shades of Green Waterloo #1F2010
Tints of Green Waterloo #1F2010
RGB
CMYK
RGB Variations
Color information
#1F2010 (or 0x1F2010) is known color: Green Waterloo. HEX triplet: 1F, 20 and 10. RGB value is (31,32,16). Sum of RGB (Red+Green+Blue) = 31+32+16=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #1F2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2010 is #E0DFEF. Grayscale: #1D1D1D. Windows color (decimal): -14737392 or 1056799. OLE color: 1056799.
HSL color Cylindrical-coordinate representation of color #1F2010: hue angle of 63.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2010 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 32 | 16 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.87 |
| HSL | 63.75º | 0.33% | 0.09% | - |
| HSV(B) | 63.75º | 0.5% | 0.13% | - |
| XYZ | 1.18 | 1.36 | 0.69 | - |
| YUV | 29.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 16 | 0.03 | 0 | 0.5 | 0.87 | 63.75 | 0.33 | 0.09 |
| Hex | 1F | 20 | 10 | 3 | 0 | 32 | 57 | 40 | 21 | 9 |
| Octal | 37 | 40 | 20 | 3 | 0 | 62 | 127 | 100 | 41 | 11 |
| Binary | 11111 | 100000 | 10000 | 11 | 0 | 110010 | 1010111 | 1000000 | 100001 | 1001 |
Color Harmonies of #1F2010
Complementary color
Monochromatic Colors of #1F2010
Black with #1F2010
Text Example
Text Example
White with #1F2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2010; }
p { color: rgb(31,32,16); }
H1.HeaderClassName
{
color: #1F2010;
}
.AnyTagClassName
{
color: #1F2010;
}
</style>
background-color css
<style>
a { background-color: #1F2010; }
a { background-color: rgb(31,32,16); }
div.DivClassName
{
background-color: #1F2010;
}
.BgClassName
{
background-color: #1F2010;
}
</style>
border-color css
<style>
span { border-color: #1F2010; }
span { border-color: rgb(31,32,16); }
td.TdClassName
{
border-color: #1F2010;
}
.TagClassName
{
border-color: #1F2010;
}
</style>