Shades of Green Waterloo #1D2501
Tints of Green Waterloo #1D2501
RGB
CMYK
RGB Variations
Color information
#1D2501 (or 0x1D2501) is known color: Green Waterloo. HEX triplet: 1D, 25 and 01. RGB value is (29,37,1). Sum of RGB (Red+Green+Blue) = 29+37+1=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2501 is #E2DAFE. Grayscale: #1E1E1E. Windows color (decimal): -14867199 or 75037. OLE color: 75037.
HSL color Cylindrical-coordinate representation of color #1D2501: hue angle of 73.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D2501 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 1 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.85 |
| HSL | 73.33º | 0.95% | 0.07% | - |
| HSV(B) | 73.33º | 0.97% | 0.15% | - |
| XYZ | 1.17 | 1.59 | 0.27 | - |
| YUV | 30.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 1 | 0.22 | 0 | 0.97 | 0.85 | 73.33 | 0.95 | 0.07 |
| Hex | 1D | 25 | 1 | 16 | 0 | 61 | 55 | 49 | 5F | 7 |
| Octal | 35 | 45 | 1 | 26 | 0 | 141 | 125 | 111 | 137 | 7 |
| Binary | 11101 | 100101 | 1 | 10110 | 0 | 1100001 | 1010101 | 1001001 | 1011111 | 111 |
Color Harmonies of #1D2501
Complementary color
Monochromatic Colors of #1D2501
Black with #1D2501
Text Example
Text Example
White with #1D2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2501; }
p { color: rgb(29,37,1); }
H1.HeaderClassName
{
color: #1D2501;
}
.AnyTagClassName
{
color: #1D2501;
}
</style>
background-color css
<style>
a { background-color: #1D2501; }
a { background-color: rgb(29,37,1); }
div.DivClassName
{
background-color: #1D2501;
}
.BgClassName
{
background-color: #1D2501;
}
</style>
border-color css
<style>
span { border-color: #1D2501; }
span { border-color: rgb(29,37,1); }
td.TdClassName
{
border-color: #1D2501;
}
.TagClassName
{
border-color: #1D2501;
}
</style>