Shades of Green Waterloo #1E2502
Tints of Green Waterloo #1E2502
RGB
CMYK
RGB Variations
Color information
#1E2502 (or 0x1E2502) is known color: Green Waterloo. HEX triplet: 1E, 25 and 02. RGB value is (30,37,2). Sum of RGB (Red+Green+Blue) = 30+37+2=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2502 is #E1DAFD. Grayscale: #1F1F1F. Windows color (decimal): -14801662 or 140574. OLE color: 140574.
HSL color Cylindrical-coordinate representation of color #1E2502: hue angle of 72º 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 #1E2502 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 2 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.85 |
| HSL | 72º | 0.9% | 0.08% | - |
| HSV(B) | 72º | 0.95% | 0.15% | - |
| XYZ | 1.21 | 1.6 | 0.3 | - |
| YUV | 30.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 2 | 0.19 | 0 | 0.95 | 0.85 | 72 | 0.9 | 0.08 |
| Hex | 1E | 25 | 2 | 13 | 0 | 5F | 55 | 48 | 5A | 8 |
| Octal | 36 | 45 | 2 | 23 | 0 | 137 | 125 | 110 | 132 | 10 |
| Binary | 11110 | 100101 | 10 | 10011 | 0 | 1011111 | 1010101 | 1001000 | 1011010 | 1000 |
Color Harmonies of #1E2502
Complementary color
Monochromatic Colors of #1E2502
Black with #1E2502
Text Example
Text Example
White with #1E2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2502; }
p { color: rgb(30,37,2); }
H1.HeaderClassName
{
color: #1E2502;
}
.AnyTagClassName
{
color: #1E2502;
}
</style>
background-color css
<style>
a { background-color: #1E2502; }
a { background-color: rgb(30,37,2); }
div.DivClassName
{
background-color: #1E2502;
}
.BgClassName
{
background-color: #1E2502;
}
</style>
border-color css
<style>
span { border-color: #1E2502; }
span { border-color: rgb(30,37,2); }
td.TdClassName
{
border-color: #1E2502;
}
.TagClassName
{
border-color: #1E2502;
}
</style>