Shades of Green Waterloo #2B2D10
Tints of Green Waterloo #2B2D10
RGB
CMYK
RGB Variations
Color information
#2B2D10 (or 0x2B2D10) is known color: Green Waterloo. HEX triplet: 2B, 2D and 10. RGB value is (43,45,16). Sum of RGB (Red+Green+Blue) = 43+45+16=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D10 is #D4D2EF. Grayscale: #292929. Windows color (decimal): -13947632 or 1060139. OLE color: 1060139.
HSL color Cylindrical-coordinate representation of color #2B2D10: hue angle of 64.14º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2D10 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 45 | 16 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.82 |
| HSL | 64.14º | 0.48% | 0.12% | - |
| HSV(B) | 64.14º | 0.64% | 0.18% | - |
| XYZ | 2.03 | 2.43 | 0.85 | - |
| YUV | 41.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 16 | 0.04 | 0 | 0.64 | 0.82 | 64.14 | 0.48 | 0.12 |
| Hex | 2B | 2D | 10 | 4 | 0 | 40 | 52 | 40 | 30 | C |
| Octal | 53 | 55 | 20 | 4 | 0 | 100 | 122 | 100 | 60 | 14 |
| Binary | 101011 | 101101 | 10000 | 100 | 0 | 1000000 | 1010010 | 1000000 | 110000 | 1100 |
Color Harmonies of #2B2D10
Complementary color
Monochromatic Colors of #2B2D10
Black with #2B2D10
Text Example
Text Example
White with #2B2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D10; }
p { color: rgb(43,45,16); }
H1.HeaderClassName
{
color: #2B2D10;
}
.AnyTagClassName
{
color: #2B2D10;
}
</style>
background-color css
<style>
a { background-color: #2B2D10; }
a { background-color: rgb(43,45,16); }
div.DivClassName
{
background-color: #2B2D10;
}
.BgClassName
{
background-color: #2B2D10;
}
</style>
border-color css
<style>
span { border-color: #2B2D10; }
span { border-color: rgb(43,45,16); }
td.TdClassName
{
border-color: #2B2D10;
}
.TagClassName
{
border-color: #2B2D10;
}
</style>