Shades of Green Waterloo #1D1E0F
Tints of Green Waterloo #1D1E0F
RGB
CMYK
RGB Variations
Color information
#1D1E0F (or 0x1D1E0F) is known color: Green Waterloo. HEX triplet: 1D, 1E and 0F. RGB value is (29,30,15). Sum of RGB (Red+Green+Blue) = 29+30+15=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E0F is #E2E1F0. Grayscale: #1C1C1C. Windows color (decimal): -14868977 or 990749. OLE color: 990749.
HSL color Cylindrical-coordinate representation of color #1D1E0F: hue angle of 64º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D1E0F is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 30 | 15 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.88 |
| HSL | 64º | 0.33% | 0.09% | - |
| HSV(B) | 64º | 0.5% | 0.12% | - |
| XYZ | 1.06 | 1.22 | 0.63 | - |
| YUV | 27.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 15 | 0.03 | 0 | 0.5 | 0.88 | 64 | 0.33 | 0.09 |
| Hex | 1D | 1E | F | 3 | 0 | 32 | 58 | 40 | 21 | 9 |
| Octal | 35 | 36 | 17 | 3 | 0 | 62 | 130 | 100 | 41 | 11 |
| Binary | 11101 | 11110 | 1111 | 11 | 0 | 110010 | 1011000 | 1000000 | 100001 | 1001 |
Color Harmonies of #1D1E0F
Complementary color
Monochromatic Colors of #1D1E0F
Black with #1D1E0F
Text Example
Text Example
White with #1D1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E0F; }
p { color: rgb(29,30,15); }
H1.HeaderClassName
{
color: #1D1E0F;
}
.AnyTagClassName
{
color: #1D1E0F;
}
</style>
background-color css
<style>
a { background-color: #1D1E0F; }
a { background-color: rgb(29,30,15); }
div.DivClassName
{
background-color: #1D1E0F;
}
.BgClassName
{
background-color: #1D1E0F;
}
</style>
border-color css
<style>
span { border-color: #1D1E0F; }
span { border-color: rgb(29,30,15); }
td.TdClassName
{
border-color: #1D1E0F;
}
.TagClassName
{
border-color: #1D1E0F;
}
</style>