Shades of Green Waterloo #1D2105
Tints of Green Waterloo #1D2105
RGB
CMYK
RGB Variations
Color information
#1D2105 (or 0x1D2105) is known color: Green Waterloo. HEX triplet: 1D, 21 and 05. RGB value is (29,33,5). Sum of RGB (Red+Green+Blue) = 29+33+5=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2105 is #E2DEFA. Grayscale: #1C1C1C. Windows color (decimal): -14868219 or 336157. OLE color: 336157.
HSL color Cylindrical-coordinate representation of color #1D2105: hue angle of 68.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2105 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 33 | 5 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.87 |
| HSL | 68.57º | 0.74% | 0.07% | - |
| HSV(B) | 68.57º | 0.85% | 0.13% | - |
| XYZ | 1.08 | 1.36 | 0.35 | - |
| YUV | 28.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 5 | 0.12 | 0 | 0.85 | 0.87 | 68.57 | 0.74 | 0.07 |
| Hex | 1D | 21 | 5 | C | 0 | 55 | 57 | 45 | 4A | 7 |
| Octal | 35 | 41 | 5 | 14 | 0 | 125 | 127 | 105 | 112 | 7 |
| Binary | 11101 | 100001 | 101 | 1100 | 0 | 1010101 | 1010111 | 1000101 | 1001010 | 111 |
Color Harmonies of #1D2105
Complementary color
Monochromatic Colors of #1D2105
Black with #1D2105
Text Example
Text Example
White with #1D2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2105; }
p { color: rgb(29,33,5); }
H1.HeaderClassName
{
color: #1D2105;
}
.AnyTagClassName
{
color: #1D2105;
}
</style>
background-color css
<style>
a { background-color: #1D2105; }
a { background-color: rgb(29,33,5); }
div.DivClassName
{
background-color: #1D2105;
}
.BgClassName
{
background-color: #1D2105;
}
</style>
border-color css
<style>
span { border-color: #1D2105; }
span { border-color: rgb(29,33,5); }
td.TdClassName
{
border-color: #1D2105;
}
.TagClassName
{
border-color: #1D2105;
}
</style>