Shades of Green Waterloo #2D310B
Tints of Green Waterloo #2D310B
RGB
CMYK
RGB Variations
Color information
#2D310B (or 0x2D310B) is known color: Green Waterloo. HEX triplet: 2D, 31 and 0B. RGB value is (45,49,11). Sum of RGB (Red+Green+Blue) = 45+49+11=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310B is #D2CEF4. Grayscale: #2B2B2B. Windows color (decimal): -13815541 or 733485. OLE color: 733485.
HSL color Cylindrical-coordinate representation of color #2D310B: hue angle of 66.32º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D310B is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 11 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.81 |
| HSL | 66.32º | 0.63% | 0.12% | - |
| HSV(B) | 66.32º | 0.78% | 0.19% | - |
| XYZ | 2.24 | 2.78 | 0.73 | - |
| YUV | 43.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 11 | 0.08 | 0 | 0.78 | 0.81 | 66.32 | 0.63 | 0.12 |
| Hex | 2D | 31 | B | 8 | 0 | 4E | 51 | 42 | 3F | C |
| Octal | 55 | 61 | 13 | 10 | 0 | 116 | 121 | 102 | 77 | 14 |
| Binary | 101101 | 110001 | 1011 | 1000 | 0 | 1001110 | 1010001 | 1000010 | 111111 | 1100 |
Color Harmonies of #2D310B
Complementary color
Monochromatic Colors of #2D310B
Black with #2D310B
Text Example
Text Example
White with #2D310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D310B; }
p { color: rgb(45,49,11); }
H1.HeaderClassName
{
color: #2D310B;
}
.AnyTagClassName
{
color: #2D310B;
}
</style>
background-color css
<style>
a { background-color: #2D310B; }
a { background-color: rgb(45,49,11); }
div.DivClassName
{
background-color: #2D310B;
}
.BgClassName
{
background-color: #2D310B;
}
</style>
border-color css
<style>
span { border-color: #2D310B; }
span { border-color: rgb(45,49,11); }
td.TdClassName
{
border-color: #2D310B;
}
.TagClassName
{
border-color: #2D310B;
}
</style>