Shades of Green Waterloo #2D3011
Tints of Green Waterloo #2D3011
RGB
CMYK
RGB Variations
Color information
#2D3011 (or 0x2D3011) is known color: Green Waterloo. HEX triplet: 2D, 30 and 11. RGB value is (45,48,17). Sum of RGB (Red+Green+Blue) = 45+48+17=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3011 is #D2CFEE. Grayscale: #2B2B2B. Windows color (decimal): -13815791 or 1126445. OLE color: 1126445.
HSL color Cylindrical-coordinate representation of color #2D3011: hue angle of 65.81º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D3011 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 17 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.81 |
| HSL | 65.81º | 0.48% | 0.13% | - |
| HSV(B) | 65.81º | 0.65% | 0.19% | - |
| XYZ | 2.24 | 2.71 | 0.94 | - |
| YUV | 43.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 17 | 0.06 | 0 | 0.65 | 0.81 | 65.81 | 0.48 | 0.13 |
| Hex | 2D | 30 | 11 | 6 | 0 | 41 | 51 | 42 | 30 | D |
| Octal | 55 | 60 | 21 | 6 | 0 | 101 | 121 | 102 | 60 | 15 |
| Binary | 101101 | 110000 | 10001 | 110 | 0 | 1000001 | 1010001 | 1000010 | 110000 | 1101 |
Color Harmonies of #2D3011
Complementary color
Monochromatic Colors of #2D3011
Black with #2D3011
Text Example
Text Example
White with #2D3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3011; }
p { color: rgb(45,48,17); }
H1.HeaderClassName
{
color: #2D3011;
}
.AnyTagClassName
{
color: #2D3011;
}
</style>
background-color css
<style>
a { background-color: #2D3011; }
a { background-color: rgb(45,48,17); }
div.DivClassName
{
background-color: #2D3011;
}
.BgClassName
{
background-color: #2D3011;
}
</style>
border-color css
<style>
span { border-color: #2D3011; }
span { border-color: rgb(45,48,17); }
td.TdClassName
{
border-color: #2D3011;
}
.TagClassName
{
border-color: #2D3011;
}
</style>