Shades of Green Waterloo #2B2D11
Tints of Green Waterloo #2B2D11
RGB
CMYK
RGB Variations
Color information
#2B2D11 (or 0x2B2D11) is known color: Green Waterloo. HEX triplet: 2B, 2D and 11. RGB value is (43,45,17). Sum of RGB (Red+Green+Blue) = 43+45+17=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D11 is #D4D2EE. Grayscale: #292929. Windows color (decimal): -13947631 or 1125675. OLE color: 1125675.
HSL color Cylindrical-coordinate representation of color #2B2D11: hue angle of 64.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2D11 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 45 | 17 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.82 |
| HSL | 64.29º | 0.45% | 0.12% | - |
| HSV(B) | 64.29º | 0.62% | 0.18% | - |
| XYZ | 2.04 | 2.43 | 0.89 | - |
| YUV | 41.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 17 | 0.04 | 0 | 0.62 | 0.82 | 64.29 | 0.45 | 0.12 |
| Hex | 2B | 2D | 11 | 4 | 0 | 3E | 52 | 40 | 2D | C |
| Octal | 53 | 55 | 21 | 4 | 0 | 76 | 122 | 100 | 55 | 14 |
| Binary | 101011 | 101101 | 10001 | 100 | 0 | 111110 | 1010010 | 1000000 | 101101 | 1100 |
Color Harmonies of #2B2D11
Complementary color
Monochromatic Colors of #2B2D11
Black with #2B2D11
Text Example
Text Example
White with #2B2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D11; }
p { color: rgb(43,45,17); }
H1.HeaderClassName
{
color: #2B2D11;
}
.AnyTagClassName
{
color: #2B2D11;
}
</style>
background-color css
<style>
a { background-color: #2B2D11; }
a { background-color: rgb(43,45,17); }
div.DivClassName
{
background-color: #2B2D11;
}
.BgClassName
{
background-color: #2B2D11;
}
</style>
border-color css
<style>
span { border-color: #2B2D11; }
span { border-color: rgb(43,45,17); }
td.TdClassName
{
border-color: #2B2D11;
}
.TagClassName
{
border-color: #2B2D11;
}
</style>