Shades of Green Waterloo #2D3109
Tints of Green Waterloo #2D3109
RGB
CMYK
RGB Variations
Color information
#2D3109 (or 0x2D3109) is known color: Green Waterloo. HEX triplet: 2D, 31 and 09. RGB value is (45,49,9). Sum of RGB (Red+Green+Blue) = 45+49+9=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3109 is #D2CEF6. Grayscale: #2B2B2B. Windows color (decimal): -13815543 or 602413. OLE color: 602413.
HSL color Cylindrical-coordinate representation of color #2D3109: hue angle of 66º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D3109 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 9 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.81 |
| HSL | 66º | 0.69% | 0.11% | - |
| HSV(B) | 66º | 0.82% | 0.19% | - |
| XYZ | 2.23 | 2.77 | 0.68 | - |
| YUV | 43.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 9 | 0.08 | 0 | 0.82 | 0.81 | 66 | 0.69 | 0.11 |
| Hex | 2D | 31 | 9 | 8 | 0 | 52 | 51 | 42 | 45 | B |
| Octal | 55 | 61 | 11 | 10 | 0 | 122 | 121 | 102 | 105 | 13 |
| Binary | 101101 | 110001 | 1001 | 1000 | 0 | 1010010 | 1010001 | 1000010 | 1000101 | 1011 |
Color Harmonies of #2D3109
Complementary color
Monochromatic Colors of #2D3109
Black with #2D3109
Text Example
Text Example
White with #2D3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3109; }
p { color: rgb(45,49,9); }
H1.HeaderClassName
{
color: #2D3109;
}
.AnyTagClassName
{
color: #2D3109;
}
</style>
background-color css
<style>
a { background-color: #2D3109; }
a { background-color: rgb(45,49,9); }
div.DivClassName
{
background-color: #2D3109;
}
.BgClassName
{
background-color: #2D3109;
}
</style>
border-color css
<style>
span { border-color: #2D3109; }
span { border-color: rgb(45,49,9); }
td.TdClassName
{
border-color: #2D3109;
}
.TagClassName
{
border-color: #2D3109;
}
</style>