Shades of Green Waterloo #2B3113
Tints of Green Waterloo #2B3113
RGB
CMYK
RGB Variations
Color information
#2B3113 (or 0x2B3113) is known color: Green Waterloo. HEX triplet: 2B, 31 and 13. RGB value is (43,49,19). Sum of RGB (Red+Green+Blue) = 43+49+19=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3113 is #D4CEEC. Grayscale: #2B2B2B. Windows color (decimal): -13946605 or 1257771. OLE color: 1257771.
HSL color Cylindrical-coordinate representation of color #2B3113: hue angle of 72º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B3113 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 19 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.81 |
| HSL | 72º | 0.44% | 0.13% | - |
| HSV(B) | 72º | 0.61% | 0.19% | - |
| XYZ | 2.21 | 2.76 | 1.03 | - |
| YUV | 43.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 19 | 0.12 | 0 | 0.61 | 0.81 | 72 | 0.44 | 0.13 |
| Hex | 2B | 31 | 13 | C | 0 | 3D | 51 | 48 | 2C | D |
| Octal | 53 | 61 | 23 | 14 | 0 | 75 | 121 | 110 | 54 | 15 |
| Binary | 101011 | 110001 | 10011 | 1100 | 0 | 111101 | 1010001 | 1001000 | 101100 | 1101 |
Color Harmonies of #2B3113
Complementary color
Monochromatic Colors of #2B3113
Black with #2B3113
Text Example
Text Example
White with #2B3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3113; }
p { color: rgb(43,49,19); }
H1.HeaderClassName
{
color: #2B3113;
}
.AnyTagClassName
{
color: #2B3113;
}
</style>
background-color css
<style>
a { background-color: #2B3113; }
a { background-color: rgb(43,49,19); }
div.DivClassName
{
background-color: #2B3113;
}
.BgClassName
{
background-color: #2B3113;
}
</style>
border-color css
<style>
span { border-color: #2B3113; }
span { border-color: rgb(43,49,19); }
td.TdClassName
{
border-color: #2B3113;
}
.TagClassName
{
border-color: #2B3113;
}
</style>