Shades of Green Waterloo #1D1E14
Tints of Green Waterloo #1D1E14
RGB
CMYK
RGB Variations
Color information
#1D1E14 (or 0x1D1E14) is known color: Green Waterloo. HEX triplet: 1D, 1E and 14. RGB value is (29,30,20). Sum of RGB (Red+Green+Blue) = 29+30+20=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E14 is #E2E1EB. Grayscale: #1C1C1C. Windows color (decimal): -14868972 or 1318429. OLE color: 1318429.
HSL color Cylindrical-coordinate representation of color #1D1E14: hue angle of 66º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1D1E14 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
RGB | 29 | 30 | 20 | - |
CMYK | 0.03 | 0 | 0.33 | 0.88 |
HSL | 66º | 0.2% | 0.1% | - |
HSV(B) | 66º | 0.33% | 0.12% | - |
XYZ | 1.1 | 1.24 | 0.84 | - |
YUV | 28.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 30 | 20 | 0.03 | 0 | 0.33 | 0.88 | 66 | 0.2 | 0.1 |
Hex | 1D | 1E | 14 | 3 | 0 | 21 | 58 | 42 | 14 | A |
Octal | 35 | 36 | 24 | 3 | 0 | 41 | 130 | 102 | 24 | 12 |
Binary | 11101 | 11110 | 10100 | 11 | 0 | 100001 | 1011000 | 1000010 | 10100 | 1010 |
Color Harmonies of #1D1E14
Complementary color
Monochromatic Colors of #1D1E14
Black with #1D1E14
Text Example
Text Example
White with #1D1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E14; }
p { color: rgb(29,30,20); }
H1.HeaderClassName
{
color: #1D1E14;
}
.AnyTagClassName
{
color: #1D1E14;
}
</style>
background-color css
<style>
a { background-color: #1D1E14; }
a { background-color: rgb(29,30,20); }
div.DivClassName
{
background-color: #1D1E14;
}
.BgClassName
{
background-color: #1D1E14;
}
</style>
border-color css
<style>
span { border-color: #1D1E14; }
span { border-color: rgb(29,30,20); }
td.TdClassName
{
border-color: #1D1E14;
}
.TagClassName
{
border-color: #1D1E14;
}
</style>