Shades of Green Waterloo #1E2506
Tints of Green Waterloo #1E2506
RGB
CMYK
RGB Variations
Color information
#1E2506 (or 0x1E2506) is known color: Green Waterloo. HEX triplet: 1E, 25 and 06. RGB value is (30,37,6). Sum of RGB (Red+Green+Blue) = 30+37+6=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2506 is #E1DAF9. Grayscale: #1F1F1F. Windows color (decimal): -14801658 or 402718. OLE color: 402718.
HSL color Cylindrical-coordinate representation of color #1E2506: hue angle of 73.55º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E2506 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 6 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.85 |
| HSL | 73.55º | 0.72% | 0.08% | - |
| HSV(B) | 73.55º | 0.84% | 0.15% | - |
| XYZ | 1.23 | 1.61 | 0.42 | - |
| YUV | 31.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 6 | 0.19 | 0 | 0.84 | 0.85 | 73.55 | 0.72 | 0.08 |
| Hex | 1E | 25 | 6 | 13 | 0 | 54 | 55 | 4A | 48 | 8 |
| Octal | 36 | 45 | 6 | 23 | 0 | 124 | 125 | 112 | 110 | 10 |
| Binary | 11110 | 100101 | 110 | 10011 | 0 | 1010100 | 1010101 | 1001010 | 1001000 | 1000 |
Color Harmonies of #1E2506
Complementary color
Monochromatic Colors of #1E2506
Black with #1E2506
Text Example
Text Example
White with #1E2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2506; }
p { color: rgb(30,37,6); }
H1.HeaderClassName
{
color: #1E2506;
}
.AnyTagClassName
{
color: #1E2506;
}
</style>
background-color css
<style>
a { background-color: #1E2506; }
a { background-color: rgb(30,37,6); }
div.DivClassName
{
background-color: #1E2506;
}
.BgClassName
{
background-color: #1E2506;
}
</style>
border-color css
<style>
span { border-color: #1E2506; }
span { border-color: rgb(30,37,6); }
td.TdClassName
{
border-color: #1E2506;
}
.TagClassName
{
border-color: #1E2506;
}
</style>