Shades of Green Waterloo #2B2D0D
Tints of Green Waterloo #2B2D0D
RGB
CMYK
RGB Variations
Color information
#2B2D0D (or 0x2B2D0D) is known color: Green Waterloo. HEX triplet: 2B, 2D and 0D. RGB value is (43,45,13). Sum of RGB (Red+Green+Blue) = 43+45+13=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D0D is #D4D2F2. Grayscale: #282828. Windows color (decimal): -13947635 or 863531. OLE color: 863531.
HSL color Cylindrical-coordinate representation of color #2B2D0D: hue angle of 63.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B2D0D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 45 | 13 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.82 |
| HSL | 63.75º | 0.55% | 0.11% | - |
| HSV(B) | 63.75º | 0.71% | 0.18% | - |
| XYZ | 2.01 | 2.42 | 0.74 | - |
| YUV | 40.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 45 | 13 | 0.04 | 0 | 0.71 | 0.82 | 63.75 | 0.55 | 0.11 |
| Hex | 2B | 2D | D | 4 | 0 | 47 | 52 | 40 | 37 | B |
| Octal | 53 | 55 | 15 | 4 | 0 | 107 | 122 | 100 | 67 | 13 |
| Binary | 101011 | 101101 | 1101 | 100 | 0 | 1000111 | 1010010 | 1000000 | 110111 | 1011 |
Color Harmonies of #2B2D0D
Complementary color
Monochromatic Colors of #2B2D0D
Black with #2B2D0D
Text Example
Text Example
White with #2B2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D0D; }
p { color: rgb(43,45,13); }
H1.HeaderClassName
{
color: #2B2D0D;
}
.AnyTagClassName
{
color: #2B2D0D;
}
</style>
background-color css
<style>
a { background-color: #2B2D0D; }
a { background-color: rgb(43,45,13); }
div.DivClassName
{
background-color: #2B2D0D;
}
.BgClassName
{
background-color: #2B2D0D;
}
</style>
border-color css
<style>
span { border-color: #2B2D0D; }
span { border-color: rgb(43,45,13); }
td.TdClassName
{
border-color: #2B2D0D;
}
.TagClassName
{
border-color: #2B2D0D;
}
</style>