Shades of Green Waterloo #2D310F
Tints of Green Waterloo #2D310F
RGB
CMYK
RGB Variations
Color information
#2D310F (or 0x2D310F) is known color: Green Waterloo. HEX triplet: 2D, 31 and 0F. RGB value is (45,49,15). Sum of RGB (Red+Green+Blue) = 45+49+15=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310F is #D2CEF0. Grayscale: #2C2C2C. Windows color (decimal): -13815537 or 995629. OLE color: 995629.
HSL color Cylindrical-coordinate representation of color #2D310F: hue angle of 67.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D310F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 15 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.81 |
| HSL | 67.06º | 0.53% | 0.13% | - |
| HSV(B) | 67.06º | 0.69% | 0.19% | - |
| XYZ | 2.27 | 2.79 | 0.87 | - |
| YUV | 43.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 15 | 0.08 | 0 | 0.69 | 0.81 | 67.06 | 0.53 | 0.13 |
| Hex | 2D | 31 | F | 8 | 0 | 45 | 51 | 43 | 35 | D |
| Octal | 55 | 61 | 17 | 10 | 0 | 105 | 121 | 103 | 65 | 15 |
| Binary | 101101 | 110001 | 1111 | 1000 | 0 | 1000101 | 1010001 | 1000011 | 110101 | 1101 |
Color Harmonies of #2D310F
Complementary color
Monochromatic Colors of #2D310F
Black with #2D310F
Text Example
Text Example
White with #2D310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D310F; }
p { color: rgb(45,49,15); }
H1.HeaderClassName
{
color: #2D310F;
}
.AnyTagClassName
{
color: #2D310F;
}
</style>
background-color css
<style>
a { background-color: #2D310F; }
a { background-color: rgb(45,49,15); }
div.DivClassName
{
background-color: #2D310F;
}
.BgClassName
{
background-color: #2D310F;
}
</style>
border-color css
<style>
span { border-color: #2D310F; }
span { border-color: rgb(45,49,15); }
td.TdClassName
{
border-color: #2D310F;
}
.TagClassName
{
border-color: #2D310F;
}
</style>