Shades of Green Waterloo #1E2500
Tints of Green Waterloo #1E2500
RGB
CMYK
RGB Variations
Color information
#1E2500 (or 0x1E2500) is known color: Green Waterloo. HEX triplet: 1E, 25 and 00. RGB value is (30,37,0). Sum of RGB (Red+Green+Blue) = 30+37+0=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2500 is #E1DAFF. Grayscale: #1E1E1E. Windows color (decimal): -14801664 or 9502. OLE color: 9502.
HSL color Cylindrical-coordinate representation of color #1E2500: hue angle of 71.35º 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 #1E2500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.85 |
| HSL | 71.35º | 1% | 0.07% | - |
| HSV(B) | 71.35º | 1% | 0.15% | - |
| XYZ | 1.2 | 1.6 | 0.25 | - |
| YUV | 30.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 0 | 0.19 | 0 | 1 | 0.85 | 71.35 | 1 | 0.07 |
| Hex | 1E | 25 | 0 | 13 | 0 | 64 | 55 | 47 | 64 | 7 |
| Octal | 36 | 45 | 0 | 23 | 0 | 144 | 125 | 107 | 144 | 7 |
| Binary | 11110 | 100101 | 0 | 10011 | 0 | 1100100 | 1010101 | 1000111 | 1100100 | 111 |
Color Harmonies of #1E2500
Complementary color
Monochromatic Colors of #1E2500
Black with #1E2500
Text Example
Text Example
White with #1E2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2500; }
p { color: rgb(30,37,0); }
H1.HeaderClassName
{
color: #1E2500;
}
.AnyTagClassName
{
color: #1E2500;
}
</style>
background-color css
<style>
a { background-color: #1E2500; }
a { background-color: rgb(30,37,0); }
div.DivClassName
{
background-color: #1E2500;
}
.BgClassName
{
background-color: #1E2500;
}
</style>
border-color css
<style>
span { border-color: #1E2500; }
span { border-color: rgb(30,37,0); }
td.TdClassName
{
border-color: #1E2500;
}
.TagClassName
{
border-color: #1E2500;
}
</style>