Shades of Green Waterloo #1F250A
Tints of Green Waterloo #1F250A
RGB
CMYK
RGB Variations
Color information
#1F250A (or 0x1F250A) is known color: Green Waterloo. HEX triplet: 1F, 25 and 0A. RGB value is (31,37,10). Sum of RGB (Red+Green+Blue) = 31+37+10=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250A is #E0DAF5. Grayscale: #202020. Windows color (decimal): -14736118 or 664863. OLE color: 664863.
HSL color Cylindrical-coordinate representation of color #1F250A: hue angle of 73.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F250A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 10 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.85 |
| HSL | 73.33º | 0.57% | 0.09% | - |
| HSV(B) | 73.33º | 0.73% | 0.15% | - |
| XYZ | 1.28 | 1.64 | 0.54 | - |
| YUV | 32.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 10 | 0.16 | 0 | 0.73 | 0.85 | 73.33 | 0.57 | 0.09 |
| Hex | 1F | 25 | A | 10 | 0 | 49 | 55 | 49 | 39 | 9 |
| Octal | 37 | 45 | 12 | 20 | 0 | 111 | 125 | 111 | 71 | 11 |
| Binary | 11111 | 100101 | 1010 | 10000 | 0 | 1001001 | 1010101 | 1001001 | 111001 | 1001 |
Color Harmonies of #1F250A
Complementary color
Monochromatic Colors of #1F250A
Black with #1F250A
Text Example
Text Example
White with #1F250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F250A; }
p { color: rgb(31,37,10); }
H1.HeaderClassName
{
color: #1F250A;
}
.AnyTagClassName
{
color: #1F250A;
}
</style>
background-color css
<style>
a { background-color: #1F250A; }
a { background-color: rgb(31,37,10); }
div.DivClassName
{
background-color: #1F250A;
}
.BgClassName
{
background-color: #1F250A;
}
</style>
border-color css
<style>
span { border-color: #1F250A; }
span { border-color: rgb(31,37,10); }
td.TdClassName
{
border-color: #1F250A;
}
.TagClassName
{
border-color: #1F250A;
}
</style>