Shades of Green Waterloo #2D3010
Tints of Green Waterloo #2D3010
RGB
CMYK
RGB Variations
Color information
#2D3010 (or 0x2D3010) is known color: Green Waterloo. HEX triplet: 2D, 30 and 10. RGB value is (45,48,16). Sum of RGB (Red+Green+Blue) = 45+48+16=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3010 is #D2CFEF. Grayscale: #2B2B2B. Windows color (decimal): -13815792 or 1060909. OLE color: 1060909.
HSL color Cylindrical-coordinate representation of color #2D3010: hue angle of 65.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D3010 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 48 | 16 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.81 |
| HSL | 65.63º | 0.5% | 0.13% | - |
| HSV(B) | 65.63º | 0.67% | 0.19% | - |
| XYZ | 2.23 | 2.71 | 0.9 | - |
| YUV | 43.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 16 | 0.06 | 0 | 0.67 | 0.81 | 65.63 | 0.5 | 0.13 |
| Hex | 2D | 30 | 10 | 6 | 0 | 43 | 51 | 42 | 32 | D |
| Octal | 55 | 60 | 20 | 6 | 0 | 103 | 121 | 102 | 62 | 15 |
| Binary | 101101 | 110000 | 10000 | 110 | 0 | 1000011 | 1010001 | 1000010 | 110010 | 1101 |
Color Harmonies of #2D3010
Complementary color
Monochromatic Colors of #2D3010
Black with #2D3010
Text Example
Text Example
White with #2D3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3010; }
p { color: rgb(45,48,16); }
H1.HeaderClassName
{
color: #2D3010;
}
.AnyTagClassName
{
color: #2D3010;
}
</style>
background-color css
<style>
a { background-color: #2D3010; }
a { background-color: rgb(45,48,16); }
div.DivClassName
{
background-color: #2D3010;
}
.BgClassName
{
background-color: #2D3010;
}
</style>
border-color css
<style>
span { border-color: #2D3010; }
span { border-color: rgb(45,48,16); }
td.TdClassName
{
border-color: #2D3010;
}
.TagClassName
{
border-color: #2D3010;
}
</style>