Shades of Green Waterloo #181A08
Tints of Green Waterloo #181A08
RGB
CMYK
RGB Variations
Color information
#181A08 (or 0x181A08) is known color: Green Waterloo. HEX triplet: 18, 1A and 08. RGB value is (24,26,8). Sum of RGB (Red+Green+Blue) = 24+26+8=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #181A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A08 is #E7E5F7. Grayscale: #171717. Windows color (decimal): -15197688 or 530968. OLE color: 530968.
HSL color Cylindrical-coordinate representation of color #181A08: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #181A08 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 8 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.90 |
| HSL | 66.67º | 0.53% | 0.07% | - |
| HSV(B) | 66.67º | 0.69% | 0.1% | - |
| XYZ | 0.79 | 0.95 | 0.37 | - |
| YUV | 23.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 8 | 0.08 | 0 | 0.69 | 0.90 | 66.67 | 0.53 | 0.07 |
| Hex | 18 | 1A | 8 | 8 | 0 | 45 | 5A | 43 | 35 | 7 |
| Octal | 30 | 32 | 10 | 10 | 0 | 105 | 132 | 103 | 65 | 7 |
| Binary | 11000 | 11010 | 1000 | 1000 | 0 | 1000101 | 1011010 | 1000011 | 110101 | 111 |
Color Harmonies of #181A08
Complementary color
Monochromatic Colors of #181A08
Black with #181A08
Text Example
Text Example
White with #181A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A08; }
p { color: rgb(24,26,8); }
H1.HeaderClassName
{
color: #181A08;
}
.AnyTagClassName
{
color: #181A08;
}
</style>
background-color css
<style>
a { background-color: #181A08; }
a { background-color: rgb(24,26,8); }
div.DivClassName
{
background-color: #181A08;
}
.BgClassName
{
background-color: #181A08;
}
</style>
border-color css
<style>
span { border-color: #181A08; }
span { border-color: rgb(24,26,8); }
td.TdClassName
{
border-color: #181A08;
}
.TagClassName
{
border-color: #181A08;
}
</style>