Shades of Green Waterloo #1D1E12
Tints of Green Waterloo #1D1E12
RGB
CMYK
RGB Variations
Color information
#1D1E12 (or 0x1D1E12) is known color: Green Waterloo. HEX triplet: 1D, 1E and 12. RGB value is (29,30,18). Sum of RGB (Red+Green+Blue) = 29+30+18=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E12 is #E2E1ED. Grayscale: #1C1C1C. Windows color (decimal): -14868974 or 1187357. OLE color: 1187357.
HSL color Cylindrical-coordinate representation of color #1D1E12: hue angle of 65º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D1E12 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
RGB | 29 | 30 | 18 | - |
CMYK | 0.03 | 0 | 0.40 | 0.88 |
HSL | 65º | 0.25% | 0.09% | - |
HSV(B) | 65º | 0.4% | 0.12% | - |
XYZ | 1.08 | 1.23 | 0.75 | - |
YUV | 28.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 30 | 18 | 0.03 | 0 | 0.40 | 0.88 | 65 | 0.25 | 0.09 |
Hex | 1D | 1E | 12 | 3 | 0 | 28 | 58 | 41 | 19 | 9 |
Octal | 35 | 36 | 22 | 3 | 0 | 50 | 130 | 101 | 31 | 11 |
Binary | 11101 | 11110 | 10010 | 11 | 0 | 101000 | 1011000 | 1000001 | 11001 | 1001 |
Color Harmonies of #1D1E12
Complementary color
Monochromatic Colors of #1D1E12
Black with #1D1E12
Text Example
Text Example
White with #1D1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E12; }
p { color: rgb(29,30,18); }
H1.HeaderClassName
{
color: #1D1E12;
}
.AnyTagClassName
{
color: #1D1E12;
}
</style>
background-color css
<style>
a { background-color: #1D1E12; }
a { background-color: rgb(29,30,18); }
div.DivClassName
{
background-color: #1D1E12;
}
.BgClassName
{
background-color: #1D1E12;
}
</style>
border-color css
<style>
span { border-color: #1D1E12; }
span { border-color: rgb(29,30,18); }
td.TdClassName
{
border-color: #1D1E12;
}
.TagClassName
{
border-color: #1D1E12;
}
</style>