Shades of Green Waterloo #1F2308
Tints of Green Waterloo #1F2308
RGB
CMYK
RGB Variations
Color information
#1F2308 (or 0x1F2308) is known color: Green Waterloo. HEX triplet: 1F, 23 and 08. RGB value is (31,35,8). Sum of RGB (Red+Green+Blue) = 31+35+8=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2308 is #E0DCF7. Grayscale: #1E1E1E. Windows color (decimal): -14736632 or 533279. OLE color: 533279.
HSL color Cylindrical-coordinate representation of color #1F2308: hue angle of 68.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2308 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 8 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.86 |
| HSL | 68.89º | 0.63% | 0.08% | - |
| HSV(B) | 68.89º | 0.77% | 0.14% | - |
| XYZ | 1.21 | 1.51 | 0.46 | - |
| YUV | 30.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 8 | 0.11 | 0 | 0.77 | 0.86 | 68.89 | 0.63 | 0.08 |
| Hex | 1F | 23 | 8 | B | 0 | 4D | 56 | 45 | 3F | 8 |
| Octal | 37 | 43 | 10 | 13 | 0 | 115 | 126 | 105 | 77 | 10 |
| Binary | 11111 | 100011 | 1000 | 1011 | 0 | 1001101 | 1010110 | 1000101 | 111111 | 1000 |
Color Harmonies of #1F2308
Complementary color
Monochromatic Colors of #1F2308
Black with #1F2308
Text Example
Text Example
White with #1F2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2308; }
p { color: rgb(31,35,8); }
H1.HeaderClassName
{
color: #1F2308;
}
.AnyTagClassName
{
color: #1F2308;
}
</style>
background-color css
<style>
a { background-color: #1F2308; }
a { background-color: rgb(31,35,8); }
div.DivClassName
{
background-color: #1F2308;
}
.BgClassName
{
background-color: #1F2308;
}
</style>
border-color css
<style>
span { border-color: #1F2308; }
span { border-color: rgb(31,35,8); }
td.TdClassName
{
border-color: #1F2308;
}
.TagClassName
{
border-color: #1F2308;
}
</style>