Shades of Green Waterloo #2B3115
Tints of Green Waterloo #2B3115
RGB
CMYK
RGB Variations
Color information
#2B3115 (or 0x2B3115) is known color: Green Waterloo. HEX triplet: 2B, 31 and 15. RGB value is (43,49,21). Sum of RGB (Red+Green+Blue) = 43+49+21=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3115 is #D4CEEA. Grayscale: #2C2C2C. Windows color (decimal): -13946603 or 1388843. OLE color: 1388843.
HSL color Cylindrical-coordinate representation of color #2B3115: hue angle of 72.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B3115 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 21 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.81 |
| HSL | 72.86º | 0.4% | 0.14% | - |
| HSV(B) | 72.86º | 0.57% | 0.19% | - |
| XYZ | 2.23 | 2.76 | 1.13 | - |
| YUV | 44.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 21 | 0.12 | 0 | 0.57 | 0.81 | 72.86 | 0.4 | 0.14 |
| Hex | 2B | 31 | 15 | C | 0 | 39 | 51 | 49 | 28 | E |
| Octal | 53 | 61 | 25 | 14 | 0 | 71 | 121 | 111 | 50 | 16 |
| Binary | 101011 | 110001 | 10101 | 1100 | 0 | 111001 | 1010001 | 1001001 | 101000 | 1110 |
Color Harmonies of #2B3115
Complementary color
Monochromatic Colors of #2B3115
Black with #2B3115
Text Example
Text Example
White with #2B3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3115; }
p { color: rgb(43,49,21); }
H1.HeaderClassName
{
color: #2B3115;
}
.AnyTagClassName
{
color: #2B3115;
}
</style>
background-color css
<style>
a { background-color: #2B3115; }
a { background-color: rgb(43,49,21); }
div.DivClassName
{
background-color: #2B3115;
}
.BgClassName
{
background-color: #2B3115;
}
</style>
border-color css
<style>
span { border-color: #2B3115; }
span { border-color: rgb(43,49,21); }
td.TdClassName
{
border-color: #2B3115;
}
.TagClassName
{
border-color: #2B3115;
}
</style>