Shades of Green Waterloo #2B2C23
Tints of Green Waterloo #2B2C23
RGB
CMYK
RGB Variations
Color information
#2B2C23 (or 0x2B2C23) is known color: Green Waterloo. HEX triplet: 2B, 2C and 23. RGB value is (43,44,35). Sum of RGB (Red+Green+Blue) = 43+44+35=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2C23 is #D4D3DC. Grayscale: #2A2A2A. Windows color (decimal): -13947869 or 2305067. OLE color: 2305067.
HSL color Cylindrical-coordinate representation of color #2B2C23: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B2C23 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 44 | 35 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.83 |
| HSL | 66.67º | 0.11% | 0.15% | - |
| HSV(B) | 66.67º | 0.2% | 0.17% | - |
| XYZ | 2.2 | 2.44 | 1.94 | - |
| YUV | 42.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 35 | 0.02 | 0 | 0.20 | 0.83 | 66.67 | 0.11 | 0.15 |
| Hex | 2B | 2C | 23 | 2 | 0 | 14 | 53 | 43 | B | F |
| Octal | 53 | 54 | 43 | 2 | 0 | 24 | 123 | 103 | 13 | 17 |
| Binary | 101011 | 101100 | 100011 | 10 | 0 | 10100 | 1010011 | 1000011 | 1011 | 1111 |
Color Harmonies of #2B2C23
Complementary color
Monochromatic Colors of #2B2C23
Black with #2B2C23
Text Example
Text Example
White with #2B2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C23; }
p { color: rgb(43,44,35); }
H1.HeaderClassName
{
color: #2B2C23;
}
.AnyTagClassName
{
color: #2B2C23;
}
</style>
background-color css
<style>
a { background-color: #2B2C23; }
a { background-color: rgb(43,44,35); }
div.DivClassName
{
background-color: #2B2C23;
}
.BgClassName
{
background-color: #2B2C23;
}
</style>
border-color css
<style>
span { border-color: #2B2C23; }
span { border-color: rgb(43,44,35); }
td.TdClassName
{
border-color: #2B2C23;
}
.TagClassName
{
border-color: #2B2C23;
}
</style>