Shades of Green Waterloo #2D3107
Tints of Green Waterloo #2D3107
RGB
CMYK
RGB Variations
Color information
#2D3107 (or 0x2D3107) is known color: Green Waterloo. HEX triplet: 2D, 31 and 07. RGB value is (45,49,7). Sum of RGB (Red+Green+Blue) = 45+49+7=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3107 is #D2CEF8. Grayscale: #2B2B2B. Windows color (decimal): -13815545 or 471341. OLE color: 471341.
HSL color Cylindrical-coordinate representation of color #2D3107: hue angle of 65.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D3107 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 7 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.81 |
| HSL | 65.71º | 0.75% | 0.11% | - |
| HSV(B) | 65.71º | 0.86% | 0.19% | - |
| XYZ | 2.22 | 2.77 | 0.62 | - |
| YUV | 43.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 7 | 0.08 | 0 | 0.86 | 0.81 | 65.71 | 0.75 | 0.11 |
| Hex | 2D | 31 | 7 | 8 | 0 | 56 | 51 | 42 | 4B | B |
| Octal | 55 | 61 | 7 | 10 | 0 | 126 | 121 | 102 | 113 | 13 |
| Binary | 101101 | 110001 | 111 | 1000 | 0 | 1010110 | 1010001 | 1000010 | 1001011 | 1011 |
Color Harmonies of #2D3107
Complementary color
Monochromatic Colors of #2D3107
Black with #2D3107
Text Example
Text Example
White with #2D3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3107; }
p { color: rgb(45,49,7); }
H1.HeaderClassName
{
color: #2D3107;
}
.AnyTagClassName
{
color: #2D3107;
}
</style>
background-color css
<style>
a { background-color: #2D3107; }
a { background-color: rgb(45,49,7); }
div.DivClassName
{
background-color: #2D3107;
}
.BgClassName
{
background-color: #2D3107;
}
</style>
border-color css
<style>
span { border-color: #2D3107; }
span { border-color: rgb(45,49,7); }
td.TdClassName
{
border-color: #2D3107;
}
.TagClassName
{
border-color: #2D3107;
}
</style>