Shades of Green Waterloo #1F2407
Tints of Green Waterloo #1F2407
RGB
CMYK
RGB Variations
Color information
#1F2407 (or 0x1F2407) is known color: Green Waterloo. HEX triplet: 1F, 24 and 07. RGB value is (31,36,7). Sum of RGB (Red+Green+Blue) = 31+36+7=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2407 is #E0DBF8. Grayscale: #1F1F1F. Windows color (decimal): -14736377 or 467999. OLE color: 467999.
HSL color Cylindrical-coordinate representation of color #1F2407: hue angle of 70.34º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2407 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 36 | 7 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.86 |
| HSL | 70.34º | 0.67% | 0.08% | - |
| HSV(B) | 70.34º | 0.81% | 0.14% | - |
| XYZ | 1.23 | 1.57 | 0.44 | - |
| YUV | 31.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 7 | 0.14 | 0 | 0.81 | 0.86 | 70.34 | 0.67 | 0.08 |
| Hex | 1F | 24 | 7 | E | 0 | 51 | 56 | 46 | 43 | 8 |
| Octal | 37 | 44 | 7 | 16 | 0 | 121 | 126 | 106 | 103 | 10 |
| Binary | 11111 | 100100 | 111 | 1110 | 0 | 1010001 | 1010110 | 1000110 | 1000011 | 1000 |
Color Harmonies of #1F2407
Complementary color
Monochromatic Colors of #1F2407
Black with #1F2407
Text Example
Text Example
White with #1F2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2407; }
p { color: rgb(31,36,7); }
H1.HeaderClassName
{
color: #1F2407;
}
.AnyTagClassName
{
color: #1F2407;
}
</style>
background-color css
<style>
a { background-color: #1F2407; }
a { background-color: rgb(31,36,7); }
div.DivClassName
{
background-color: #1F2407;
}
.BgClassName
{
background-color: #1F2407;
}
</style>
border-color css
<style>
span { border-color: #1F2407; }
span { border-color: rgb(31,36,7); }
td.TdClassName
{
border-color: #1F2407;
}
.TagClassName
{
border-color: #1F2407;
}
</style>