Shades of Green Waterloo #2C3002
Tints of Green Waterloo #2C3002
RGB
CMYK
RGB Variations
Color information
#2C3002 (or 0x2C3002) is known color: Green Waterloo. HEX triplet: 2C, 30 and 02. RGB value is (44,48,2). Sum of RGB (Red+Green+Blue) = 44+48+2=94 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.81% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3002 is #D3CFFD. Grayscale: #292929. Windows color (decimal): -13881342 or 143404. OLE color: 143404.
HSL color Cylindrical-coordinate representation of color #2C3002: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C3002 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 2 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.81 |
| HSL | 65.22º | 0.92% | 0.1% | - |
| HSV(B) | 65.22º | 0.96% | 0.19% | - |
| XYZ | 2.11 | 2.65 | 0.46 | - |
| YUV | 41.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 2 | 0.08 | 0 | 0.96 | 0.81 | 65.22 | 0.92 | 0.1 |
| Hex | 2C | 30 | 2 | 8 | 0 | 60 | 51 | 41 | 5C | A |
| Octal | 54 | 60 | 2 | 10 | 0 | 140 | 121 | 101 | 134 | 12 |
| Binary | 101100 | 110000 | 10 | 1000 | 0 | 1100000 | 1010001 | 1000001 | 1011100 | 1010 |
Color Harmonies of #2C3002
Complementary color
Monochromatic Colors of #2C3002
Black with #2C3002
Text Example
Text Example
White with #2C3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3002; }
p { color: rgb(44,48,2); }
H1.HeaderClassName
{
color: #2C3002;
}
.AnyTagClassName
{
color: #2C3002;
}
</style>
background-color css
<style>
a { background-color: #2C3002; }
a { background-color: rgb(44,48,2); }
div.DivClassName
{
background-color: #2C3002;
}
.BgClassName
{
background-color: #2C3002;
}
</style>
border-color css
<style>
span { border-color: #2C3002; }
span { border-color: rgb(44,48,2); }
td.TdClassName
{
border-color: #2C3002;
}
.TagClassName
{
border-color: #2C3002;
}
</style>