Shades of Green Waterloo #2D310E
Tints of Green Waterloo #2D310E
RGB
CMYK
RGB Variations
Color information
#2D310E (or 0x2D310E) is known color: Green Waterloo. HEX triplet: 2D, 31 and 0E. RGB value is (45,49,14). Sum of RGB (Red+Green+Blue) = 45+49+14=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310E is #D2CEF1. Grayscale: #2B2B2B. Windows color (decimal): -13815538 or 930093. OLE color: 930093.
HSL color Cylindrical-coordinate representation of color #2D310E: hue angle of 66.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D310E is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 14 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.81 |
| HSL | 66.86º | 0.56% | 0.12% | - |
| HSV(B) | 66.86º | 0.71% | 0.19% | - |
| XYZ | 2.26 | 2.79 | 0.83 | - |
| YUV | 43.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 14 | 0.08 | 0 | 0.71 | 0.81 | 66.86 | 0.56 | 0.12 |
| Hex | 2D | 31 | E | 8 | 0 | 47 | 51 | 43 | 38 | C |
| Octal | 55 | 61 | 16 | 10 | 0 | 107 | 121 | 103 | 70 | 14 |
| Binary | 101101 | 110001 | 1110 | 1000 | 0 | 1000111 | 1010001 | 1000011 | 111000 | 1100 |
Color Harmonies of #2D310E
Complementary color
Monochromatic Colors of #2D310E
Black with #2D310E
Text Example
Text Example
White with #2D310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D310E; }
p { color: rgb(45,49,14); }
H1.HeaderClassName
{
color: #2D310E;
}
.AnyTagClassName
{
color: #2D310E;
}
</style>
background-color css
<style>
a { background-color: #2D310E; }
a { background-color: rgb(45,49,14); }
div.DivClassName
{
background-color: #2D310E;
}
.BgClassName
{
background-color: #2D310E;
}
</style>
border-color css
<style>
span { border-color: #2D310E; }
span { border-color: rgb(45,49,14); }
td.TdClassName
{
border-color: #2D310E;
}
.TagClassName
{
border-color: #2D310E;
}
</style>