Shades of Green Waterloo #1D220B
Tints of Green Waterloo #1D220B
RGB
CMYK
RGB Variations
Color information
#1D220B (or 0x1D220B) is known color: Green Waterloo. HEX triplet: 1D, 22 and 0B. RGB value is (29,34,11). Sum of RGB (Red+Green+Blue) = 29+34+11=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #1D220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D220B is #E2DDF4. Grayscale: #1D1D1D. Windows color (decimal): -14867957 or 729629. OLE color: 729629.
HSL color Cylindrical-coordinate representation of color #1D220B: hue angle of 73.04º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D220B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 34 | 11 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.87 |
| HSL | 73.04º | 0.51% | 0.09% | - |
| HSV(B) | 73.04º | 0.68% | 0.13% | - |
| XYZ | 1.14 | 1.43 | 0.53 | - |
| YUV | 29.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 11 | 0.15 | 0 | 0.68 | 0.87 | 73.04 | 0.51 | 0.09 |
| Hex | 1D | 22 | B | F | 0 | 44 | 57 | 49 | 33 | 9 |
| Octal | 35 | 42 | 13 | 17 | 0 | 104 | 127 | 111 | 63 | 11 |
| Binary | 11101 | 100010 | 1011 | 1111 | 0 | 1000100 | 1010111 | 1001001 | 110011 | 1001 |
Color Harmonies of #1D220B
Complementary color
Monochromatic Colors of #1D220B
Black with #1D220B
Text Example
Text Example
White with #1D220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D220B; }
p { color: rgb(29,34,11); }
H1.HeaderClassName
{
color: #1D220B;
}
.AnyTagClassName
{
color: #1D220B;
}
</style>
background-color css
<style>
a { background-color: #1D220B; }
a { background-color: rgb(29,34,11); }
div.DivClassName
{
background-color: #1D220B;
}
.BgClassName
{
background-color: #1D220B;
}
</style>
border-color css
<style>
span { border-color: #1D220B; }
span { border-color: rgb(29,34,11); }
td.TdClassName
{
border-color: #1D220B;
}
.TagClassName
{
border-color: #1D220B;
}
</style>