Shades of Green Waterloo #1F2506
Tints of Green Waterloo #1F2506
RGB
CMYK
RGB Variations
Color information
#1F2506 (or 0x1F2506) is known color: Green Waterloo. HEX triplet: 1F, 25 and 06. RGB value is (31,37,6). Sum of RGB (Red+Green+Blue) = 31+37+6=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2506 is #E0DAF9. Grayscale: #1F1F1F. Windows color (decimal): -14736122 or 402719. OLE color: 402719.
HSL color Cylindrical-coordinate representation of color #1F2506: hue angle of 71.61º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F2506 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 6 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.85 |
| HSL | 71.61º | 0.72% | 0.08% | - |
| HSV(B) | 71.61º | 0.84% | 0.15% | - |
| XYZ | 1.26 | 1.63 | 0.42 | - |
| YUV | 31.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 6 | 0.16 | 0 | 0.84 | 0.85 | 71.61 | 0.72 | 0.08 |
| Hex | 1F | 25 | 6 | 10 | 0 | 54 | 55 | 48 | 48 | 8 |
| Octal | 37 | 45 | 6 | 20 | 0 | 124 | 125 | 110 | 110 | 10 |
| Binary | 11111 | 100101 | 110 | 10000 | 0 | 1010100 | 1010101 | 1001000 | 1001000 | 1000 |
Color Harmonies of #1F2506
Complementary color
Monochromatic Colors of #1F2506
Black with #1F2506
Text Example
Text Example
White with #1F2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2506; }
p { color: rgb(31,37,6); }
H1.HeaderClassName
{
color: #1F2506;
}
.AnyTagClassName
{
color: #1F2506;
}
</style>
background-color css
<style>
a { background-color: #1F2506; }
a { background-color: rgb(31,37,6); }
div.DivClassName
{
background-color: #1F2506;
}
.BgClassName
{
background-color: #1F2506;
}
</style>
border-color css
<style>
span { border-color: #1F2506; }
span { border-color: rgb(31,37,6); }
td.TdClassName
{
border-color: #1F2506;
}
.TagClassName
{
border-color: #1F2506;
}
</style>