Shades of Green Waterloo #1B1E07
Tints of Green Waterloo #1B1E07
RGB
CMYK
RGB Variations
Color information
#1B1E07 (or 0x1B1E07) is known color: Green Waterloo. HEX triplet: 1B, 1E and 07. RGB value is (27,30,7). Sum of RGB (Red+Green+Blue) = 27+30+7=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E07 is #E4E1F8. Grayscale: #1A1A1A. Windows color (decimal): -15000057 or 466459. OLE color: 466459.
HSL color Cylindrical-coordinate representation of color #1B1E07: hue angle of 67.83º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B1E07 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 30 | 7 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.88 |
| HSL | 67.83º | 0.62% | 0.07% | - |
| HSV(B) | 67.83º | 0.77% | 0.12% | - |
| XYZ | 0.95 | 1.18 | 0.38 | - |
| YUV | 26.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 7 | 0.10 | 0 | 0.77 | 0.88 | 67.83 | 0.62 | 0.07 |
| Hex | 1B | 1E | 7 | A | 0 | 4D | 58 | 44 | 3E | 7 |
| Octal | 33 | 36 | 7 | 12 | 0 | 115 | 130 | 104 | 76 | 7 |
| Binary | 11011 | 11110 | 111 | 1010 | 0 | 1001101 | 1011000 | 1000100 | 111110 | 111 |
Color Harmonies of #1B1E07
Complementary color
Monochromatic Colors of #1B1E07
Black with #1B1E07
Text Example
Text Example
White with #1B1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E07; }
p { color: rgb(27,30,7); }
H1.HeaderClassName
{
color: #1B1E07;
}
.AnyTagClassName
{
color: #1B1E07;
}
</style>
background-color css
<style>
a { background-color: #1B1E07; }
a { background-color: rgb(27,30,7); }
div.DivClassName
{
background-color: #1B1E07;
}
.BgClassName
{
background-color: #1B1E07;
}
</style>
border-color css
<style>
span { border-color: #1B1E07; }
span { border-color: rgb(27,30,7); }
td.TdClassName
{
border-color: #1B1E07;
}
.TagClassName
{
border-color: #1B1E07;
}
</style>