Shades of Green Waterloo #1E2507
Tints of Green Waterloo #1E2507
RGB
CMYK
RGB Variations
Color information
#1E2507 (or 0x1E2507) is known color: Green Waterloo. HEX triplet: 1E, 25 and 07. RGB value is (30,37,7). Sum of RGB (Red+Green+Blue) = 30+37+7=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2507 is #E1DAF8. Grayscale: #1F1F1F. Windows color (decimal): -14801657 or 468254. OLE color: 468254.
HSL color Cylindrical-coordinate representation of color #1E2507: hue angle of 74º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E2507 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 7 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.85 |
| HSL | 74º | 0.68% | 0.09% | - |
| HSV(B) | 74º | 0.81% | 0.15% | - |
| XYZ | 1.24 | 1.61 | 0.45 | - |
| YUV | 31.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 7 | 0.19 | 0 | 0.81 | 0.85 | 74 | 0.68 | 0.09 |
| Hex | 1E | 25 | 7 | 13 | 0 | 51 | 55 | 4A | 44 | 9 |
| Octal | 36 | 45 | 7 | 23 | 0 | 121 | 125 | 112 | 104 | 11 |
| Binary | 11110 | 100101 | 111 | 10011 | 0 | 1010001 | 1010101 | 1001010 | 1000100 | 1001 |
Color Harmonies of #1E2507
Complementary color
Monochromatic Colors of #1E2507
Black with #1E2507
Text Example
Text Example
White with #1E2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2507; }
p { color: rgb(30,37,7); }
H1.HeaderClassName
{
color: #1E2507;
}
.AnyTagClassName
{
color: #1E2507;
}
</style>
background-color css
<style>
a { background-color: #1E2507; }
a { background-color: rgb(30,37,7); }
div.DivClassName
{
background-color: #1E2507;
}
.BgClassName
{
background-color: #1E2507;
}
</style>
border-color css
<style>
span { border-color: #1E2507; }
span { border-color: rgb(30,37,7); }
td.TdClassName
{
border-color: #1E2507;
}
.TagClassName
{
border-color: #1E2507;
}
</style>