Shades of Green Waterloo #1B2107
Tints of Green Waterloo #1B2107
RGB
CMYK
RGB Variations
Color information
#1B2107 (or 0x1B2107) is known color: Green Waterloo. HEX triplet: 1B, 21 and 07. RGB value is (27,33,7). Sum of RGB (Red+Green+Blue) = 27+33+7=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #1B2107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2107 is #E4DEF8. Grayscale: #1C1C1C. Windows color (decimal): -14999289 or 467227. OLE color: 467227.
HSL color Cylindrical-coordinate representation of color #1B2107: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B2107 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 33 | 7 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.87 |
| HSL | 73.85º | 0.65% | 0.08% | - |
| HSV(B) | 73.85º | 0.79% | 0.13% | - |
| XYZ | 1.03 | 1.34 | 0.4 | - |
| YUV | 28.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 7 | 0.18 | 0 | 0.79 | 0.87 | 73.85 | 0.65 | 0.08 |
| Hex | 1B | 21 | 7 | 12 | 0 | 4F | 57 | 4A | 41 | 8 |
| Octal | 33 | 41 | 7 | 22 | 0 | 117 | 127 | 112 | 101 | 10 |
| Binary | 11011 | 100001 | 111 | 10010 | 0 | 1001111 | 1010111 | 1001010 | 1000001 | 1000 |
Color Harmonies of #1B2107
Complementary color
Monochromatic Colors of #1B2107
Black with #1B2107
Text Example
Text Example
White with #1B2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2107; }
p { color: rgb(27,33,7); }
H1.HeaderClassName
{
color: #1B2107;
}
.AnyTagClassName
{
color: #1B2107;
}
</style>
background-color css
<style>
a { background-color: #1B2107; }
a { background-color: rgb(27,33,7); }
div.DivClassName
{
background-color: #1B2107;
}
.BgClassName
{
background-color: #1B2107;
}
</style>
border-color css
<style>
span { border-color: #1B2107; }
span { border-color: rgb(27,33,7); }
td.TdClassName
{
border-color: #1B2107;
}
.TagClassName
{
border-color: #1B2107;
}
</style>