Shades of Green Waterloo #1D2402
Tints of Green Waterloo #1D2402
RGB
CMYK
RGB Variations
Color information
#1D2402 (or 0x1D2402) is known color: Green Waterloo. HEX triplet: 1D, 24 and 02. RGB value is (29,36,2). Sum of RGB (Red+Green+Blue) = 29+36+2=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2402 is #E2DBFD. Grayscale: #1E1E1E. Windows color (decimal): -14867454 or 140317. OLE color: 140317.
HSL color Cylindrical-coordinate representation of color #1D2402: hue angle of 72.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D2402 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 36 | 2 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.86 |
| HSL | 72.35º | 0.89% | 0.07% | - |
| HSV(B) | 72.35º | 0.94% | 0.14% | - |
| XYZ | 1.15 | 1.53 | 0.29 | - |
| YUV | 30.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 2 | 0.19 | 0 | 0.94 | 0.86 | 72.35 | 0.89 | 0.07 |
| Hex | 1D | 24 | 2 | 13 | 0 | 5E | 56 | 48 | 59 | 7 |
| Octal | 35 | 44 | 2 | 23 | 0 | 136 | 126 | 110 | 131 | 7 |
| Binary | 11101 | 100100 | 10 | 10011 | 0 | 1011110 | 1010110 | 1001000 | 1011001 | 111 |
Color Harmonies of #1D2402
Complementary color
Monochromatic Colors of #1D2402
Black with #1D2402
Text Example
Text Example
White with #1D2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2402; }
p { color: rgb(29,36,2); }
H1.HeaderClassName
{
color: #1D2402;
}
.AnyTagClassName
{
color: #1D2402;
}
</style>
background-color css
<style>
a { background-color: #1D2402; }
a { background-color: rgb(29,36,2); }
div.DivClassName
{
background-color: #1D2402;
}
.BgClassName
{
background-color: #1D2402;
}
</style>
border-color css
<style>
span { border-color: #1D2402; }
span { border-color: rgb(29,36,2); }
td.TdClassName
{
border-color: #1D2402;
}
.TagClassName
{
border-color: #1D2402;
}
</style>