Shades of Green Waterloo #1B1D05
Tints of Green Waterloo #1B1D05
RGB
CMYK
RGB Variations
Color information
#1B1D05 (or 0x1B1D05) is known color: Green Waterloo. HEX triplet: 1B, 1D and 05. RGB value is (27,29,5). Sum of RGB (Red+Green+Blue) = 27+29+5=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #1B1D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1D05 is #E4E2FA. Grayscale: #191919. Windows color (decimal): -15000315 or 335131. OLE color: 335131.
HSL color Cylindrical-coordinate representation of color #1B1D05: hue angle of 65º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1D05 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 29 | 5 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.89 |
| HSL | 65º | 0.71% | 0.07% | - |
| HSV(B) | 65º | 0.83% | 0.11% | - |
| XYZ | 0.92 | 1.12 | 0.31 | - |
| YUV | 25.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 5 | 0.07 | 0 | 0.83 | 0.89 | 65 | 0.71 | 0.07 |
| Hex | 1B | 1D | 5 | 7 | 0 | 53 | 59 | 41 | 47 | 7 |
| Octal | 33 | 35 | 5 | 7 | 0 | 123 | 131 | 101 | 107 | 7 |
| Binary | 11011 | 11101 | 101 | 111 | 0 | 1010011 | 1011001 | 1000001 | 1000111 | 111 |
Color Harmonies of #1B1D05
Complementary color
Monochromatic Colors of #1B1D05
Black with #1B1D05
Text Example
Text Example
White with #1B1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D05; }
p { color: rgb(27,29,5); }
H1.HeaderClassName
{
color: #1B1D05;
}
.AnyTagClassName
{
color: #1B1D05;
}
</style>
background-color css
<style>
a { background-color: #1B1D05; }
a { background-color: rgb(27,29,5); }
div.DivClassName
{
background-color: #1B1D05;
}
.BgClassName
{
background-color: #1B1D05;
}
</style>
border-color css
<style>
span { border-color: #1B1D05; }
span { border-color: rgb(27,29,5); }
td.TdClassName
{
border-color: #1B1D05;
}
.TagClassName
{
border-color: #1B1D05;
}
</style>