Shades of Green Waterloo #2D3019
Tints of Green Waterloo #2D3019
RGB
CMYK
RGB Variations
Color information
#2D3019 (or 0x2D3019) is known color: Green Waterloo. HEX triplet: 2D, 30 and 19. RGB value is (45,48,25). Sum of RGB (Red+Green+Blue) = 45+48+25=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3019 is #D2CFE6. Grayscale: #2C2C2C. Windows color (decimal): -13815783 or 1650733. OLE color: 1650733.
HSL color Cylindrical-coordinate representation of color #2D3019: hue angle of 67.83º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D3019 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 25 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.81 |
| HSL | 67.83º | 0.32% | 0.14% | - |
| HSV(B) | 67.83º | 0.48% | 0.19% | - |
| XYZ | 2.31 | 2.74 | 1.33 | - |
| YUV | 44.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 25 | 0.06 | 0 | 0.48 | 0.81 | 67.83 | 0.32 | 0.14 |
| Hex | 2D | 30 | 19 | 6 | 0 | 30 | 51 | 44 | 20 | E |
| Octal | 55 | 60 | 31 | 6 | 0 | 60 | 121 | 104 | 40 | 16 |
| Binary | 101101 | 110000 | 11001 | 110 | 0 | 110000 | 1010001 | 1000100 | 100000 | 1110 |
Color Harmonies of #2D3019
Complementary color
Monochromatic Colors of #2D3019
Black with #2D3019
Text Example
Text Example
White with #2D3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3019; }
p { color: rgb(45,48,25); }
H1.HeaderClassName
{
color: #2D3019;
}
.AnyTagClassName
{
color: #2D3019;
}
</style>
background-color css
<style>
a { background-color: #2D3019; }
a { background-color: rgb(45,48,25); }
div.DivClassName
{
background-color: #2D3019;
}
.BgClassName
{
background-color: #2D3019;
}
</style>
border-color css
<style>
span { border-color: #2D3019; }
span { border-color: rgb(45,48,25); }
td.TdClassName
{
border-color: #2D3019;
}
.TagClassName
{
border-color: #2D3019;
}
</style>