Shades of Green Waterloo #1B1E0C
Tints of Green Waterloo #1B1E0C
RGB
CMYK
RGB Variations
Color information
#1B1E0C (or 0x1B1E0C) is known color: Green Waterloo. HEX triplet: 1B, 1E and 0C. RGB value is (27,30,12). Sum of RGB (Red+Green+Blue) = 27+30+12=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E0C is #E4E1F3. Grayscale: #1B1B1B. Windows color (decimal): -15000052 or 794139. OLE color: 794139.
HSL color Cylindrical-coordinate representation of color #1B1E0C: hue angle of 70º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B1E0C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 30 | 12 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.88 |
| HSL | 70º | 0.43% | 0.08% | - |
| HSV(B) | 70º | 0.6% | 0.12% | - |
| XYZ | 0.98 | 1.19 | 0.53 | - |
| YUV | 27.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 12 | 0.10 | 0 | 0.60 | 0.88 | 70 | 0.43 | 0.08 |
| Hex | 1B | 1E | C | A | 0 | 3C | 58 | 46 | 2B | 8 |
| Octal | 33 | 36 | 14 | 12 | 0 | 74 | 130 | 106 | 53 | 10 |
| Binary | 11011 | 11110 | 1100 | 1010 | 0 | 111100 | 1011000 | 1000110 | 101011 | 1000 |
Color Harmonies of #1B1E0C
Complementary color
Monochromatic Colors of #1B1E0C
Black with #1B1E0C
Text Example
Text Example
White with #1B1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E0C; }
p { color: rgb(27,30,12); }
H1.HeaderClassName
{
color: #1B1E0C;
}
.AnyTagClassName
{
color: #1B1E0C;
}
</style>
background-color css
<style>
a { background-color: #1B1E0C; }
a { background-color: rgb(27,30,12); }
div.DivClassName
{
background-color: #1B1E0C;
}
.BgClassName
{
background-color: #1B1E0C;
}
</style>
border-color css
<style>
span { border-color: #1B1E0C; }
span { border-color: rgb(27,30,12); }
td.TdClassName
{
border-color: #1B1E0C;
}
.TagClassName
{
border-color: #1B1E0C;
}
</style>