Shades of Green Waterloo #1F2500
Tints of Green Waterloo #1F2500
RGB
CMYK
RGB Variations
Color information
#1F2500 (or 0x1F2500) is known color: Green Waterloo. HEX triplet: 1F, 25 and 00. RGB value is (31,37,0). Sum of RGB (Red+Green+Blue) = 31+37+0=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2500 is #E0DAFF. Grayscale: #1F1F1F. Windows color (decimal): -14736128 or 9503. OLE color: 9503.
HSL color Cylindrical-coordinate representation of color #1F2500: hue angle of 69.73º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F2500 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.85 |
| HSL | 69.73º | 1% | 0.07% | - |
| HSV(B) | 69.73º | 1% | 0.15% | - |
| XYZ | 1.23 | 1.61 | 0.25 | - |
| YUV | 30.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 0 | 0.16 | 0 | 1 | 0.85 | 69.73 | 1 | 0.07 |
| Hex | 1F | 25 | 0 | 10 | 0 | 64 | 55 | 46 | 64 | 7 |
| Octal | 37 | 45 | 0 | 20 | 0 | 144 | 125 | 106 | 144 | 7 |
| Binary | 11111 | 100101 | 0 | 10000 | 0 | 1100100 | 1010101 | 1000110 | 1100100 | 111 |
Color Harmonies of #1F2500
Complementary color
Monochromatic Colors of #1F2500
Black with #1F2500
Text Example
Text Example
White with #1F2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2500; }
p { color: rgb(31,37,0); }
H1.HeaderClassName
{
color: #1F2500;
}
.AnyTagClassName
{
color: #1F2500;
}
</style>
background-color css
<style>
a { background-color: #1F2500; }
a { background-color: rgb(31,37,0); }
div.DivClassName
{
background-color: #1F2500;
}
.BgClassName
{
background-color: #1F2500;
}
</style>
border-color css
<style>
span { border-color: #1F2500; }
span { border-color: rgb(31,37,0); }
td.TdClassName
{
border-color: #1F2500;
}
.TagClassName
{
border-color: #1F2500;
}
</style>