Shades of Green Waterloo #1F2104
Tints of Green Waterloo #1F2104
RGB
CMYK
RGB Variations
Color information
#1F2104 (or 0x1F2104) is known color: Green Waterloo. HEX triplet: 1F, 21 and 04. RGB value is (31,33,4). Sum of RGB (Red+Green+Blue) = 31+33+4=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2104 is #E0DEFB. Grayscale: #1D1D1D. Windows color (decimal): -14737148 or 270623. OLE color: 270623.
HSL color Cylindrical-coordinate representation of color #1F2104: hue angle of 64.14º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2104 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 33 | 4 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.87 |
| HSL | 64.14º | 0.78% | 0.07% | - |
| HSV(B) | 64.14º | 0.88% | 0.13% | - |
| XYZ | 1.13 | 1.39 | 0.32 | - |
| YUV | 29.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 4 | 0.06 | 0 | 0.88 | 0.87 | 64.14 | 0.78 | 0.07 |
| Hex | 1F | 21 | 4 | 6 | 0 | 58 | 57 | 40 | 4E | 7 |
| Octal | 37 | 41 | 4 | 6 | 0 | 130 | 127 | 100 | 116 | 7 |
| Binary | 11111 | 100001 | 100 | 110 | 0 | 1011000 | 1010111 | 1000000 | 1001110 | 111 |
Color Harmonies of #1F2104
Complementary color
Monochromatic Colors of #1F2104
Black with #1F2104
Text Example
Text Example
White with #1F2104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2104; }
p { color: rgb(31,33,4); }
H1.HeaderClassName
{
color: #1F2104;
}
.AnyTagClassName
{
color: #1F2104;
}
</style>
background-color css
<style>
a { background-color: #1F2104; }
a { background-color: rgb(31,33,4); }
div.DivClassName
{
background-color: #1F2104;
}
.BgClassName
{
background-color: #1F2104;
}
</style>
border-color css
<style>
span { border-color: #1F2104; }
span { border-color: rgb(31,33,4); }
td.TdClassName
{
border-color: #1F2104;
}
.TagClassName
{
border-color: #1F2104;
}
</style>