Shades of Green Waterloo #1D1F0E
Tints of Green Waterloo #1D1F0E
RGB
CMYK
RGB Variations
Color information
#1D1F0E (or 0x1D1F0E) is known color: Green Waterloo. HEX triplet: 1D, 1F and 0E. RGB value is (29,31,14). Sum of RGB (Red+Green+Blue) = 29+31+14=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F0E is #E2E0F1. Grayscale: #1C1C1C. Windows color (decimal): -14868722 or 925469. OLE color: 925469.
HSL color Cylindrical-coordinate representation of color #1D1F0E: hue angle of 67.06º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1F0E is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 31 | 14 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.88 |
| HSL | 67.06º | 0.38% | 0.09% | - |
| HSV(B) | 67.06º | 0.55% | 0.12% | - |
| XYZ | 1.08 | 1.27 | 0.6 | - |
| YUV | 28.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 14 | 0.06 | 0 | 0.55 | 0.88 | 67.06 | 0.38 | 0.09 |
| Hex | 1D | 1F | E | 6 | 0 | 37 | 58 | 43 | 26 | 9 |
| Octal | 35 | 37 | 16 | 6 | 0 | 67 | 130 | 103 | 46 | 11 |
| Binary | 11101 | 11111 | 1110 | 110 | 0 | 110111 | 1011000 | 1000011 | 100110 | 1001 |
Color Harmonies of #1D1F0E
Complementary color
Monochromatic Colors of #1D1F0E
Black with #1D1F0E
Text Example
Text Example
White with #1D1F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F0E; }
p { color: rgb(29,31,14); }
H1.HeaderClassName
{
color: #1D1F0E;
}
.AnyTagClassName
{
color: #1D1F0E;
}
</style>
background-color css
<style>
a { background-color: #1D1F0E; }
a { background-color: rgb(29,31,14); }
div.DivClassName
{
background-color: #1D1F0E;
}
.BgClassName
{
background-color: #1D1F0E;
}
</style>
border-color css
<style>
span { border-color: #1D1F0E; }
span { border-color: rgb(29,31,14); }
td.TdClassName
{
border-color: #1D1F0E;
}
.TagClassName
{
border-color: #1D1F0E;
}
</style>