Shades of Green Waterloo #1D2502
Tints of Green Waterloo #1D2502
RGB
CMYK
RGB Variations
Color information
#1D2502 (or 0x1D2502) is known color: Green Waterloo. HEX triplet: 1D, 25 and 02. RGB value is (29,37,2). Sum of RGB (Red+Green+Blue) = 29+37+2=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2502 is #E2DAFD. Grayscale: #1E1E1E. Windows color (decimal): -14867198 or 140573. OLE color: 140573.
HSL color Cylindrical-coordinate representation of color #1D2502: hue angle of 73.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D2502 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 2 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.85 |
| HSL | 73.71º | 0.9% | 0.08% | - |
| HSV(B) | 73.71º | 0.95% | 0.15% | - |
| XYZ | 1.18 | 1.59 | 0.3 | - |
| YUV | 30.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 2 | 0.22 | 0 | 0.95 | 0.85 | 73.71 | 0.9 | 0.08 |
| Hex | 1D | 25 | 2 | 16 | 0 | 5F | 55 | 4A | 5A | 8 |
| Octal | 35 | 45 | 2 | 26 | 0 | 137 | 125 | 112 | 132 | 10 |
| Binary | 11101 | 100101 | 10 | 10110 | 0 | 1011111 | 1010101 | 1001010 | 1011010 | 1000 |
Color Harmonies of #1D2502
Complementary color
Monochromatic Colors of #1D2502
Black with #1D2502
Text Example
Text Example
White with #1D2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2502; }
p { color: rgb(29,37,2); }
H1.HeaderClassName
{
color: #1D2502;
}
.AnyTagClassName
{
color: #1D2502;
}
</style>
background-color css
<style>
a { background-color: #1D2502; }
a { background-color: rgb(29,37,2); }
div.DivClassName
{
background-color: #1D2502;
}
.BgClassName
{
background-color: #1D2502;
}
</style>
border-color css
<style>
span { border-color: #1D2502; }
span { border-color: rgb(29,37,2); }
td.TdClassName
{
border-color: #1D2502;
}
.TagClassName
{
border-color: #1D2502;
}
</style>