Shades of Green Waterloo #1F2307
Tints of Green Waterloo #1F2307
RGB
CMYK
RGB Variations
Color information
#1F2307 (or 0x1F2307) is known color: Green Waterloo. HEX triplet: 1F, 23 and 07. RGB value is (31,35,7). Sum of RGB (Red+Green+Blue) = 31+35+7=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2307 is #E0DCF8. Grayscale: #1E1E1E. Windows color (decimal): -14736633 or 467743. OLE color: 467743.
HSL color Cylindrical-coordinate representation of color #1F2307: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2307 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 7 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.86 |
| HSL | 68.57º | 0.67% | 0.08% | - |
| HSV(B) | 68.57º | 0.8% | 0.14% | - |
| XYZ | 1.2 | 1.51 | 0.43 | - |
| YUV | 30.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 7 | 0.11 | 0 | 0.80 | 0.86 | 68.57 | 0.67 | 0.08 |
| Hex | 1F | 23 | 7 | B | 0 | 50 | 56 | 45 | 43 | 8 |
| Octal | 37 | 43 | 7 | 13 | 0 | 120 | 126 | 105 | 103 | 10 |
| Binary | 11111 | 100011 | 111 | 1011 | 0 | 1010000 | 1010110 | 1000101 | 1000011 | 1000 |
Color Harmonies of #1F2307
Complementary color
Monochromatic Colors of #1F2307
Black with #1F2307
Text Example
Text Example
White with #1F2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2307; }
p { color: rgb(31,35,7); }
H1.HeaderClassName
{
color: #1F2307;
}
.AnyTagClassName
{
color: #1F2307;
}
</style>
background-color css
<style>
a { background-color: #1F2307; }
a { background-color: rgb(31,35,7); }
div.DivClassName
{
background-color: #1F2307;
}
.BgClassName
{
background-color: #1F2307;
}
</style>
border-color css
<style>
span { border-color: #1F2307; }
span { border-color: rgb(31,35,7); }
td.TdClassName
{
border-color: #1F2307;
}
.TagClassName
{
border-color: #1F2307;
}
</style>