Shades of Green Waterloo #181B07
Tints of Green Waterloo #181B07
RGB
CMYK
RGB Variations
Color information
#181B07 (or 0x181B07) is known color: Green Waterloo. HEX triplet: 18, 1B and 07. RGB value is (24,27,7). Sum of RGB (Red+Green+Blue) = 24+27+7=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 27 - color contains mainly: green. Hex color #181B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B07 is #E7E4F8. Grayscale: #171717. Windows color (decimal): -15197433 or 465688. OLE color: 465688.
HSL color Cylindrical-coordinate representation of color #181B07: hue angle of 69º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181B07 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 7 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.89 |
| HSL | 69º | 0.59% | 0.07% | - |
| HSV(B) | 69º | 0.74% | 0.11% | - |
| XYZ | 0.81 | 0.99 | 0.35 | - |
| YUV | 23.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 7 | 0.11 | 0 | 0.74 | 0.89 | 69 | 0.59 | 0.07 |
| Hex | 18 | 1B | 7 | B | 0 | 4A | 59 | 45 | 3B | 7 |
| Octal | 30 | 33 | 7 | 13 | 0 | 112 | 131 | 105 | 73 | 7 |
| Binary | 11000 | 11011 | 111 | 1011 | 0 | 1001010 | 1011001 | 1000101 | 111011 | 111 |
Color Harmonies of #181B07
Complementary color
Monochromatic Colors of #181B07
Black with #181B07
Text Example
Text Example
White with #181B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B07; }
p { color: rgb(24,27,7); }
H1.HeaderClassName
{
color: #181B07;
}
.AnyTagClassName
{
color: #181B07;
}
</style>
background-color css
<style>
a { background-color: #181B07; }
a { background-color: rgb(24,27,7); }
div.DivClassName
{
background-color: #181B07;
}
.BgClassName
{
background-color: #181B07;
}
</style>
border-color css
<style>
span { border-color: #181B07; }
span { border-color: rgb(24,27,7); }
td.TdClassName
{
border-color: #181B07;
}
.TagClassName
{
border-color: #181B07;
}
</style>