Shades of Green Waterloo #1D2600
Tints of Green Waterloo #1D2600
RGB
CMYK
RGB Variations
Color information
#1D2600 (or 0x1D2600) is known color: Green Waterloo. HEX triplet: 1D, 26 and 00. RGB value is (29,38,0). Sum of RGB (Red+Green+Blue) = 29+38+0=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2600 is #E2D9FF. Grayscale: #1F1F1F. Windows color (decimal): -14866944 or 9757. OLE color: 9757.
HSL color Cylindrical-coordinate representation of color #1D2600: hue angle of 74.21º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D2600 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.85 |
| HSL | 74.21º | 1% | 0.07% | - |
| HSV(B) | 74.21º | 1% | 0.15% | - |
| XYZ | 1.2 | 1.65 | 0.25 | - |
| YUV | 30.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 0 | 0.24 | 0 | 1 | 0.85 | 74.21 | 1 | 0.07 |
| Hex | 1D | 26 | 0 | 18 | 0 | 64 | 55 | 4A | 64 | 7 |
| Octal | 35 | 46 | 0 | 30 | 0 | 144 | 125 | 112 | 144 | 7 |
| Binary | 11101 | 100110 | 0 | 11000 | 0 | 1100100 | 1010101 | 1001010 | 1100100 | 111 |
Color Harmonies of #1D2600
Complementary color
Monochromatic Colors of #1D2600
Black with #1D2600
Text Example
Text Example
White with #1D2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2600; }
p { color: rgb(29,38,0); }
H1.HeaderClassName
{
color: #1D2600;
}
.AnyTagClassName
{
color: #1D2600;
}
</style>
background-color css
<style>
a { background-color: #1D2600; }
a { background-color: rgb(29,38,0); }
div.DivClassName
{
background-color: #1D2600;
}
.BgClassName
{
background-color: #1D2600;
}
</style>
border-color css
<style>
span { border-color: #1D2600; }
span { border-color: rgb(29,38,0); }
td.TdClassName
{
border-color: #1D2600;
}
.TagClassName
{
border-color: #1D2600;
}
</style>