Shades of Green Waterloo #1D1F14
Tints of Green Waterloo #1D1F14
RGB
CMYK
RGB Variations
Color information
#1D1F14 (or 0x1D1F14) is known color: Green Waterloo. HEX triplet: 1D, 1F and 14. RGB value is (29,31,20). Sum of RGB (Red+Green+Blue) = 29+31+20=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F14 is #E2E0EB. Grayscale: #1D1D1D. Windows color (decimal): -14868716 or 1318685. OLE color: 1318685.
HSL color Cylindrical-coordinate representation of color #1D1F14: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1D1F14 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 31 | 20 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.88 |
| HSL | 70.91º | 0.22% | 0.1% | - |
| HSV(B) | 70.91º | 0.35% | 0.12% | - |
| XYZ | 1.12 | 1.29 | 0.85 | - |
| YUV | 29.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 20 | 0.06 | 0 | 0.35 | 0.88 | 70.91 | 0.22 | 0.1 |
| Hex | 1D | 1F | 14 | 6 | 0 | 23 | 58 | 47 | 16 | A |
| Octal | 35 | 37 | 24 | 6 | 0 | 43 | 130 | 107 | 26 | 12 |
| Binary | 11101 | 11111 | 10100 | 110 | 0 | 100011 | 1011000 | 1000111 | 10110 | 1010 |
Color Harmonies of #1D1F14
Complementary color
Monochromatic Colors of #1D1F14
Black with #1D1F14
Text Example
Text Example
White with #1D1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F14; }
p { color: rgb(29,31,20); }
H1.HeaderClassName
{
color: #1D1F14;
}
.AnyTagClassName
{
color: #1D1F14;
}
</style>
background-color css
<style>
a { background-color: #1D1F14; }
a { background-color: rgb(29,31,20); }
div.DivClassName
{
background-color: #1D1F14;
}
.BgClassName
{
background-color: #1D1F14;
}
</style>
border-color css
<style>
span { border-color: #1D1F14; }
span { border-color: rgb(29,31,20); }
td.TdClassName
{
border-color: #1D1F14;
}
.TagClassName
{
border-color: #1D1F14;
}
</style>