Shades of Green Waterloo #2C3007
Tints of Green Waterloo #2C3007
RGB
CMYK
RGB Variations
Color information
#2C3007 (or 0x2C3007) is known color: Green Waterloo. HEX triplet: 2C, 30 and 07. RGB value is (44,48,7). Sum of RGB (Red+Green+Blue) = 44+48+7=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3007 is #D3CFF8. Grayscale: #2A2A2A. Windows color (decimal): -13881337 or 471084. OLE color: 471084.
HSL color Cylindrical-coordinate representation of color #2C3007: hue angle of 65.85º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C3007 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 7 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.81 |
| HSL | 65.85º | 0.75% | 0.11% | - |
| HSV(B) | 65.85º | 0.85% | 0.19% | - |
| XYZ | 2.13 | 2.66 | 0.6 | - |
| YUV | 42.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 7 | 0.08 | 0 | 0.85 | 0.81 | 65.85 | 0.75 | 0.11 |
| Hex | 2C | 30 | 7 | 8 | 0 | 55 | 51 | 42 | 4B | B |
| Octal | 54 | 60 | 7 | 10 | 0 | 125 | 121 | 102 | 113 | 13 |
| Binary | 101100 | 110000 | 111 | 1000 | 0 | 1010101 | 1010001 | 1000010 | 1001011 | 1011 |
Color Harmonies of #2C3007
Complementary color
Monochromatic Colors of #2C3007
Black with #2C3007
Text Example
Text Example
White with #2C3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3007; }
p { color: rgb(44,48,7); }
H1.HeaderClassName
{
color: #2C3007;
}
.AnyTagClassName
{
color: #2C3007;
}
</style>
background-color css
<style>
a { background-color: #2C3007; }
a { background-color: rgb(44,48,7); }
div.DivClassName
{
background-color: #2C3007;
}
.BgClassName
{
background-color: #2C3007;
}
</style>
border-color css
<style>
span { border-color: #2C3007; }
span { border-color: rgb(44,48,7); }
td.TdClassName
{
border-color: #2C3007;
}
.TagClassName
{
border-color: #2C3007;
}
</style>