Shades of Green Waterloo #2B2D17
Tints of Green Waterloo #2B2D17
RGB
CMYK
RGB Variations
Color information
#2B2D17 (or 0x2B2D17) is known color: Green Waterloo. HEX triplet: 2B, 2D and 17. RGB value is (43,45,23). Sum of RGB (Red+Green+Blue) = 43+45+23=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D17 is #D4D2E8. Grayscale: #292929. Windows color (decimal): -13947625 or 1518891. OLE color: 1518891.
HSL color Cylindrical-coordinate representation of color #2B2D17: hue angle of 65.45º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2D17 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 23 | - |
CMYK | 0.04 | 0 | 0.49 | 0.82 |
HSL | 65.45º | 0.32% | 0.13% | - |
HSV(B) | 65.45º | 0.49% | 0.18% | - |
XYZ | 2.09 | 2.45 | 1.17 | - |
YUV | 41.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 23 | 0.04 | 0 | 0.49 | 0.82 | 65.45 | 0.32 | 0.13 |
Hex | 2B | 2D | 17 | 4 | 0 | 31 | 52 | 41 | 20 | D |
Octal | 53 | 55 | 27 | 4 | 0 | 61 | 122 | 101 | 40 | 15 |
Binary | 101011 | 101101 | 10111 | 100 | 0 | 110001 | 1010010 | 1000001 | 100000 | 1101 |
Color Harmonies of #2B2D17
Complementary color
Monochromatic Colors of #2B2D17
Black with #2B2D17
Text Example
Text Example
White with #2B2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D17; }
p { color: rgb(43,45,23); }
H1.HeaderClassName
{
color: #2B2D17;
}
.AnyTagClassName
{
color: #2B2D17;
}
</style>
background-color css
<style>
a { background-color: #2B2D17; }
a { background-color: rgb(43,45,23); }
div.DivClassName
{
background-color: #2B2D17;
}
.BgClassName
{
background-color: #2B2D17;
}
</style>
border-color css
<style>
span { border-color: #2B2D17; }
span { border-color: rgb(43,45,23); }
td.TdClassName
{
border-color: #2B2D17;
}
.TagClassName
{
border-color: #2B2D17;
}
</style>