Shades of Green Waterloo #2A2B26
Tints of Green Waterloo #2A2B26
RGB
CMYK
RGB Variations
Color information
#2A2B26 (or 0x2A2B26) is known color: Green Waterloo. HEX triplet: 2A, 2B and 26. RGB value is (42,43,38). Sum of RGB (Red+Green+Blue) = 42+43+38=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 43 - color contains mainly: green. Hex color #2A2B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B26 is #D5D4D9. Grayscale: #2A2A2A. Windows color (decimal): -14013658 or 2501418. OLE color: 2501418.
HSL color Cylindrical-coordinate representation of color #2A2B26: hue angle of 72º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A2B26 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 43 | 38 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.83 |
| HSL | 72º | 0.06% | 0.16% | - |
| HSV(B) | 72º | 0.12% | 0.17% | - |
| XYZ | 2.17 | 2.36 | 2.17 | - |
| YUV | 42.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 38 | 0.02 | 0 | 0.12 | 0.83 | 72 | 0.06 | 0.16 |
| Hex | 2A | 2B | 26 | 2 | 0 | C | 53 | 48 | 6 | 10 |
| Octal | 52 | 53 | 46 | 2 | 0 | 14 | 123 | 110 | 6 | 20 |
| Binary | 101010 | 101011 | 100110 | 10 | 0 | 1100 | 1010011 | 1001000 | 110 | 10000 |
Color Harmonies of #2A2B26
Complementary color
Monochromatic Colors of #2A2B26
Black with #2A2B26
Text Example
Text Example
White with #2A2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B26; }
p { color: rgb(42,43,38); }
H1.HeaderClassName
{
color: #2A2B26;
}
.AnyTagClassName
{
color: #2A2B26;
}
</style>
background-color css
<style>
a { background-color: #2A2B26; }
a { background-color: rgb(42,43,38); }
div.DivClassName
{
background-color: #2A2B26;
}
.BgClassName
{
background-color: #2A2B26;
}
</style>
border-color css
<style>
span { border-color: #2A2B26; }
span { border-color: rgb(42,43,38); }
td.TdClassName
{
border-color: #2A2B26;
}
.TagClassName
{
border-color: #2A2B26;
}
</style>