Shades of Green Waterloo #2B3112
Tints of Green Waterloo #2B3112
RGB
CMYK
RGB Variations
Color information
#2B3112 (or 0x2B3112) is known color: Green Waterloo. HEX triplet: 2B, 31 and 12. RGB value is (43,49,18). Sum of RGB (Red+Green+Blue) = 43+49+18=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3112 is #D4CEED. Grayscale: #2B2B2B. Windows color (decimal): -13946606 or 1192235. OLE color: 1192235.
HSL color Cylindrical-coordinate representation of color #2B3112: hue angle of 71.61º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3112 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 18 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.81 |
| HSL | 71.61º | 0.46% | 0.13% | - |
| HSV(B) | 71.61º | 0.63% | 0.19% | - |
| XYZ | 2.2 | 2.75 | 0.99 | - |
| YUV | 43.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 18 | 0.12 | 0 | 0.63 | 0.81 | 71.61 | 0.46 | 0.13 |
| Hex | 2B | 31 | 12 | C | 0 | 3F | 51 | 48 | 2E | D |
| Octal | 53 | 61 | 22 | 14 | 0 | 77 | 121 | 110 | 56 | 15 |
| Binary | 101011 | 110001 | 10010 | 1100 | 0 | 111111 | 1010001 | 1001000 | 101110 | 1101 |
Color Harmonies of #2B3112
Complementary color
Monochromatic Colors of #2B3112
Black with #2B3112
Text Example
Text Example
White with #2B3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3112; }
p { color: rgb(43,49,18); }
H1.HeaderClassName
{
color: #2B3112;
}
.AnyTagClassName
{
color: #2B3112;
}
</style>
background-color css
<style>
a { background-color: #2B3112; }
a { background-color: rgb(43,49,18); }
div.DivClassName
{
background-color: #2B3112;
}
.BgClassName
{
background-color: #2B3112;
}
</style>
border-color css
<style>
span { border-color: #2B3112; }
span { border-color: rgb(43,49,18); }
td.TdClassName
{
border-color: #2B3112;
}
.TagClassName
{
border-color: #2B3112;
}
</style>