Shades of Green Waterloo #181D07
Tints of Green Waterloo #181D07
RGB
CMYK
RGB Variations
Color information
#181D07 (or 0x181D07) is known color: Green Waterloo. HEX triplet: 18, 1D and 07. RGB value is (24,29,7). Sum of RGB (Red+Green+Blue) = 24+29+7=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 29 - color contains mainly: green. Hex color #181D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D07 is #E7E2F8. Grayscale: #191919. Windows color (decimal): -15196921 or 466200. OLE color: 466200.
HSL color Cylindrical-coordinate representation of color #181D07: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181D07 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 7 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.89 |
| HSL | 73.64º | 0.61% | 0.07% | - |
| HSV(B) | 73.64º | 0.76% | 0.11% | - |
| XYZ | 0.85 | 1.09 | 0.37 | - |
| YUV | 25 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 7 | 0.17 | 0 | 0.76 | 0.89 | 73.64 | 0.61 | 0.07 |
| Hex | 18 | 1D | 7 | 11 | 0 | 4C | 59 | 4A | 3D | 7 |
| Octal | 30 | 35 | 7 | 21 | 0 | 114 | 131 | 112 | 75 | 7 |
| Binary | 11000 | 11101 | 111 | 10001 | 0 | 1001100 | 1011001 | 1001010 | 111101 | 111 |
Color Harmonies of #181D07
Complementary color
Monochromatic Colors of #181D07
Black with #181D07
Text Example
Text Example
White with #181D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D07; }
p { color: rgb(24,29,7); }
H1.HeaderClassName
{
color: #181D07;
}
.AnyTagClassName
{
color: #181D07;
}
</style>
background-color css
<style>
a { background-color: #181D07; }
a { background-color: rgb(24,29,7); }
div.DivClassName
{
background-color: #181D07;
}
.BgClassName
{
background-color: #181D07;
}
</style>
border-color css
<style>
span { border-color: #181D07; }
span { border-color: rgb(24,29,7); }
td.TdClassName
{
border-color: #181D07;
}
.TagClassName
{
border-color: #181D07;
}
</style>