Shades of Green Waterloo #181A0D
Tints of Green Waterloo #181A0D
RGB
CMYK
RGB Variations
Color information
#181A0D (or 0x181A0D) is known color: Green Waterloo. HEX triplet: 18, 1A and 0D. RGB value is (24,26,13). Sum of RGB (Red+Green+Blue) = 24+26+13=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0D is #E7E5F2. Grayscale: #171717. Windows color (decimal): -15197683 or 858648. OLE color: 858648.
HSL color Cylindrical-coordinate representation of color #181A0D: hue angle of 69.23º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #181A0D is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 13 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.90 |
| HSL | 69.23º | 0.33% | 0.08% | - |
| HSV(B) | 69.23º | 0.5% | 0.1% | - |
| XYZ | 0.82 | 0.96 | 0.52 | - |
| YUV | 23.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 13 | 0.08 | 0 | 0.5 | 0.90 | 69.23 | 0.33 | 0.08 |
| Hex | 18 | 1A | D | 8 | 0 | 32 | 5A | 45 | 21 | 8 |
| Octal | 30 | 32 | 15 | 10 | 0 | 62 | 132 | 105 | 41 | 10 |
| Binary | 11000 | 11010 | 1101 | 1000 | 0 | 110010 | 1011010 | 1000101 | 100001 | 1000 |
Color Harmonies of #181A0D
Complementary color
Monochromatic Colors of #181A0D
Black with #181A0D
Text Example
Text Example
White with #181A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A0D; }
p { color: rgb(24,26,13); }
H1.HeaderClassName
{
color: #181A0D;
}
.AnyTagClassName
{
color: #181A0D;
}
</style>
background-color css
<style>
a { background-color: #181A0D; }
a { background-color: rgb(24,26,13); }
div.DivClassName
{
background-color: #181A0D;
}
.BgClassName
{
background-color: #181A0D;
}
</style>
border-color css
<style>
span { border-color: #181A0D; }
span { border-color: rgb(24,26,13); }
td.TdClassName
{
border-color: #181A0D;
}
.TagClassName
{
border-color: #181A0D;
}
</style>