Shades of Green Waterloo #2B2C26
Tints of Green Waterloo #2B2C26
RGB
CMYK
RGB Variations
Color information
#2B2C26 (or 0x2B2C26) is known color: Green Waterloo. HEX triplet: 2B, 2C and 26. RGB value is (43,44,38). Sum of RGB (Red+Green+Blue) = 43+44+38=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2C26 is #D4D3D9. Grayscale: #2B2B2B. Windows color (decimal): -13947866 or 2501675. OLE color: 2501675.
HSL color Cylindrical-coordinate representation of color #2B2C26: hue angle of 70º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B2C26 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 44 | 38 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.83 |
| HSL | 70º | 0.07% | 0.16% | - |
| HSV(B) | 70º | 0.14% | 0.17% | - |
| XYZ | 2.25 | 2.45 | 2.19 | - |
| YUV | 43.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 38 | 0.02 | 0 | 0.14 | 0.83 | 70 | 0.07 | 0.16 |
| Hex | 2B | 2C | 26 | 2 | 0 | E | 53 | 46 | 7 | 10 |
| Octal | 53 | 54 | 46 | 2 | 0 | 16 | 123 | 106 | 7 | 20 |
| Binary | 101011 | 101100 | 100110 | 10 | 0 | 1110 | 1010011 | 1000110 | 111 | 10000 |
Color Harmonies of #2B2C26
Complementary color
Monochromatic Colors of #2B2C26
Black with #2B2C26
Text Example
Text Example
White with #2B2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C26; }
p { color: rgb(43,44,38); }
H1.HeaderClassName
{
color: #2B2C26;
}
.AnyTagClassName
{
color: #2B2C26;
}
</style>
background-color css
<style>
a { background-color: #2B2C26; }
a { background-color: rgb(43,44,38); }
div.DivClassName
{
background-color: #2B2C26;
}
.BgClassName
{
background-color: #2B2C26;
}
</style>
border-color css
<style>
span { border-color: #2B2C26; }
span { border-color: rgb(43,44,38); }
td.TdClassName
{
border-color: #2B2C26;
}
.TagClassName
{
border-color: #2B2C26;
}
</style>