Shades of Green Waterloo #2B3116
Tints of Green Waterloo #2B3116
RGB
CMYK
RGB Variations
Color information
#2B3116 (or 0x2B3116) is known color: Green Waterloo. HEX triplet: 2B, 31 and 16. RGB value is (43,49,22). Sum of RGB (Red+Green+Blue) = 43+49+22=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3116 is #D4CEE9. Grayscale: #2C2C2C. Windows color (decimal): -13946602 or 1454379. OLE color: 1454379.
HSL color Cylindrical-coordinate representation of color #2B3116: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B3116 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 22 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.81 |
| HSL | 73.33º | 0.38% | 0.14% | - |
| HSV(B) | 73.33º | 0.55% | 0.19% | - |
| XYZ | 2.24 | 2.77 | 1.18 | - |
| YUV | 44.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 22 | 0.12 | 0 | 0.55 | 0.81 | 73.33 | 0.38 | 0.14 |
| Hex | 2B | 31 | 16 | C | 0 | 37 | 51 | 49 | 26 | E |
| Octal | 53 | 61 | 26 | 14 | 0 | 67 | 121 | 111 | 46 | 16 |
| Binary | 101011 | 110001 | 10110 | 1100 | 0 | 110111 | 1010001 | 1001001 | 100110 | 1110 |
Color Harmonies of #2B3116
Complementary color
Monochromatic Colors of #2B3116
Black with #2B3116
Text Example
Text Example
White with #2B3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3116; }
p { color: rgb(43,49,22); }
H1.HeaderClassName
{
color: #2B3116;
}
.AnyTagClassName
{
color: #2B3116;
}
</style>
background-color css
<style>
a { background-color: #2B3116; }
a { background-color: rgb(43,49,22); }
div.DivClassName
{
background-color: #2B3116;
}
.BgClassName
{
background-color: #2B3116;
}
</style>
border-color css
<style>
span { border-color: #2B3116; }
span { border-color: rgb(43,49,22); }
td.TdClassName
{
border-color: #2B3116;
}
.TagClassName
{
border-color: #2B3116;
}
</style>