Shades of Green Waterloo #1F2019
Tints of Green Waterloo #1F2019
RGB
CMYK
RGB Variations
Color information
#1F2019 (or 0x1F2019) is known color: Green Waterloo. HEX triplet: 1F, 20 and 19. RGB value is (31,32,25). Sum of RGB (Red+Green+Blue) = 31+32+25=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 32 - color contains mainly: green. Hex color #1F2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2019 is #E0DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14737383 or 1646623. OLE color: 1646623.
HSL color Cylindrical-coordinate representation of color #1F2019: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1F2019 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
RGB | 31 | 32 | 25 | - |
CMYK | 0.03 | 0 | 0.22 | 0.87 |
HSL | 68.57º | 0.12% | 0.11% | - |
HSV(B) | 68.57º | 0.22% | 0.13% | - |
XYZ | 1.26 | 1.39 | 1.12 | - |
YUV | 30.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 32 | 25 | 0.03 | 0 | 0.22 | 0.87 | 68.57 | 0.12 | 0.11 |
Hex | 1F | 20 | 19 | 3 | 0 | 16 | 57 | 45 | C | B |
Octal | 37 | 40 | 31 | 3 | 0 | 26 | 127 | 105 | 14 | 13 |
Binary | 11111 | 100000 | 11001 | 11 | 0 | 10110 | 1010111 | 1000101 | 1100 | 1011 |
Color Harmonies of #1F2019
Complementary color
Monochromatic Colors of #1F2019
Black with #1F2019
Text Example
Text Example
White with #1F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2019; }
p { color: rgb(31,32,25); }
H1.HeaderClassName
{
color: #1F2019;
}
.AnyTagClassName
{
color: #1F2019;
}
</style>
background-color css
<style>
a { background-color: #1F2019; }
a { background-color: rgb(31,32,25); }
div.DivClassName
{
background-color: #1F2019;
}
.BgClassName
{
background-color: #1F2019;
}
</style>
border-color css
<style>
span { border-color: #1F2019; }
span { border-color: rgb(31,32,25); }
td.TdClassName
{
border-color: #1F2019;
}
.TagClassName
{
border-color: #1F2019;
}
</style>