Shades of Green Waterloo #1D2403
Tints of Green Waterloo #1D2403
RGB
CMYK
RGB Variations
Color information
#1D2403 (or 0x1D2403) is known color: Green Waterloo. HEX triplet: 1D, 24 and 03. RGB value is (29,36,3). Sum of RGB (Red+Green+Blue) = 29+36+3=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2403 is #E2DBFC. Grayscale: #1E1E1E. Windows color (decimal): -14867453 or 205853. OLE color: 205853.
HSL color Cylindrical-coordinate representation of color #1D2403: hue angle of 72.73º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D2403 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 36 | 3 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.86 |
| HSL | 72.73º | 0.85% | 0.08% | - |
| HSV(B) | 72.73º | 0.92% | 0.14% | - |
| XYZ | 1.15 | 1.53 | 0.32 | - |
| YUV | 30.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 3 | 0.19 | 0 | 0.92 | 0.86 | 72.73 | 0.85 | 0.08 |
| Hex | 1D | 24 | 3 | 13 | 0 | 5C | 56 | 49 | 55 | 8 |
| Octal | 35 | 44 | 3 | 23 | 0 | 134 | 126 | 111 | 125 | 10 |
| Binary | 11101 | 100100 | 11 | 10011 | 0 | 1011100 | 1010110 | 1001001 | 1010101 | 1000 |
Color Harmonies of #1D2403
Complementary color
Monochromatic Colors of #1D2403
Black with #1D2403
Text Example
Text Example
White with #1D2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2403; }
p { color: rgb(29,36,3); }
H1.HeaderClassName
{
color: #1D2403;
}
.AnyTagClassName
{
color: #1D2403;
}
</style>
background-color css
<style>
a { background-color: #1D2403; }
a { background-color: rgb(29,36,3); }
div.DivClassName
{
background-color: #1D2403;
}
.BgClassName
{
background-color: #1D2403;
}
</style>
border-color css
<style>
span { border-color: #1D2403; }
span { border-color: rgb(29,36,3); }
td.TdClassName
{
border-color: #1D2403;
}
.TagClassName
{
border-color: #1D2403;
}
</style>