Shades of Green Waterloo #2D3106
Tints of Green Waterloo #2D3106
RGB
CMYK
RGB Variations
Color information
#2D3106 (or 0x2D3106) is known color: Green Waterloo. HEX triplet: 2D, 31 and 06. RGB value is (45,49,6). Sum of RGB (Red+Green+Blue) = 45+49+6=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3106 is #D2CEF9. Grayscale: #2B2B2B. Windows color (decimal): -13815546 or 405805. OLE color: 405805.
HSL color Cylindrical-coordinate representation of color #2D3106: hue angle of 65.58º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D3106 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 6 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.81 |
| HSL | 65.58º | 0.78% | 0.11% | - |
| HSV(B) | 65.58º | 0.88% | 0.19% | - |
| XYZ | 2.21 | 2.77 | 0.59 | - |
| YUV | 42.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 6 | 0.08 | 0 | 0.88 | 0.81 | 65.58 | 0.78 | 0.11 |
| Hex | 2D | 31 | 6 | 8 | 0 | 58 | 51 | 42 | 4E | B |
| Octal | 55 | 61 | 6 | 10 | 0 | 130 | 121 | 102 | 116 | 13 |
| Binary | 101101 | 110001 | 110 | 1000 | 0 | 1011000 | 1010001 | 1000010 | 1001110 | 1011 |
Color Harmonies of #2D3106
Complementary color
Monochromatic Colors of #2D3106
Black with #2D3106
Text Example
Text Example
White with #2D3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3106; }
p { color: rgb(45,49,6); }
H1.HeaderClassName
{
color: #2D3106;
}
.AnyTagClassName
{
color: #2D3106;
}
</style>
background-color css
<style>
a { background-color: #2D3106; }
a { background-color: rgb(45,49,6); }
div.DivClassName
{
background-color: #2D3106;
}
.BgClassName
{
background-color: #2D3106;
}
</style>
border-color css
<style>
span { border-color: #2D3106; }
span { border-color: rgb(45,49,6); }
td.TdClassName
{
border-color: #2D3106;
}
.TagClassName
{
border-color: #2D3106;
}
</style>