Shades of Green Waterloo #2D3012
Tints of Green Waterloo #2D3012
RGB
CMYK
RGB Variations
Color information
#2D3012 (or 0x2D3012) is known color: Green Waterloo. HEX triplet: 2D, 30 and 12. RGB value is (45,48,18). Sum of RGB (Red+Green+Blue) = 45+48+18=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3012 is #D2CFED. Grayscale: #2B2B2B. Windows color (decimal): -13815790 or 1191981. OLE color: 1191981.
HSL color Cylindrical-coordinate representation of color #2D3012: hue angle of 66º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D3012 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 18 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.81 |
| HSL | 66º | 0.45% | 0.13% | - |
| HSV(B) | 66º | 0.63% | 0.19% | - |
| XYZ | 2.25 | 2.72 | 0.98 | - |
| YUV | 43.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 18 | 0.06 | 0 | 0.63 | 0.81 | 66 | 0.45 | 0.13 |
| Hex | 2D | 30 | 12 | 6 | 0 | 3F | 51 | 42 | 2D | D |
| Octal | 55 | 60 | 22 | 6 | 0 | 77 | 121 | 102 | 55 | 15 |
| Binary | 101101 | 110000 | 10010 | 110 | 0 | 111111 | 1010001 | 1000010 | 101101 | 1101 |
Color Harmonies of #2D3012
Complementary color
Monochromatic Colors of #2D3012
Black with #2D3012
Text Example
Text Example
White with #2D3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3012; }
p { color: rgb(45,48,18); }
H1.HeaderClassName
{
color: #2D3012;
}
.AnyTagClassName
{
color: #2D3012;
}
</style>
background-color css
<style>
a { background-color: #2D3012; }
a { background-color: rgb(45,48,18); }
div.DivClassName
{
background-color: #2D3012;
}
.BgClassName
{
background-color: #2D3012;
}
</style>
border-color css
<style>
span { border-color: #2D3012; }
span { border-color: rgb(45,48,18); }
td.TdClassName
{
border-color: #2D3012;
}
.TagClassName
{
border-color: #2D3012;
}
</style>