Shades of Green Waterloo #1F2309
Tints of Green Waterloo #1F2309
RGB
CMYK
RGB Variations
Color information
#1F2309 (or 0x1F2309) is known color: Green Waterloo. HEX triplet: 1F, 23 and 09. RGB value is (31,35,9). Sum of RGB (Red+Green+Blue) = 31+35+9=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2309 is #E0DCF6. Grayscale: #1E1E1E. Windows color (decimal): -14736631 or 598815. OLE color: 598815.
HSL color Cylindrical-coordinate representation of color #1F2309: hue angle of 69.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2309 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 9 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.86 |
| HSL | 69.23º | 0.59% | 0.09% | - |
| HSV(B) | 69.23º | 0.74% | 0.14% | - |
| XYZ | 1.22 | 1.51 | 0.49 | - |
| YUV | 30.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 9 | 0.11 | 0 | 0.74 | 0.86 | 69.23 | 0.59 | 0.09 |
| Hex | 1F | 23 | 9 | B | 0 | 4A | 56 | 45 | 3B | 9 |
| Octal | 37 | 43 | 11 | 13 | 0 | 112 | 126 | 105 | 73 | 11 |
| Binary | 11111 | 100011 | 1001 | 1011 | 0 | 1001010 | 1010110 | 1000101 | 111011 | 1001 |
Color Harmonies of #1F2309
Complementary color
Monochromatic Colors of #1F2309
Black with #1F2309
Text Example
Text Example
White with #1F2309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2309; }
p { color: rgb(31,35,9); }
H1.HeaderClassName
{
color: #1F2309;
}
.AnyTagClassName
{
color: #1F2309;
}
</style>
background-color css
<style>
a { background-color: #1F2309; }
a { background-color: rgb(31,35,9); }
div.DivClassName
{
background-color: #1F2309;
}
.BgClassName
{
background-color: #1F2309;
}
</style>
border-color css
<style>
span { border-color: #1F2309; }
span { border-color: rgb(31,35,9); }
td.TdClassName
{
border-color: #1F2309;
}
.TagClassName
{
border-color: #1F2309;
}
</style>