Shades of Green Waterloo #2C3017
Tints of Green Waterloo #2C3017
RGB
CMYK
RGB Variations
Color information
#2C3017 (or 0x2C3017) is known color: Green Waterloo. HEX triplet: 2C, 30 and 17. RGB value is (44,48,23). Sum of RGB (Red+Green+Blue) = 44+48+23=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3017 is #D3CFE8. Grayscale: #2C2C2C. Windows color (decimal): -13881321 or 1519660. OLE color: 1519660.
HSL color Cylindrical-coordinate representation of color #2C3017: hue angle of 69.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C3017 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 23 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.81 |
| HSL | 69.6º | 0.35% | 0.14% | - |
| HSV(B) | 69.6º | 0.52% | 0.19% | - |
| XYZ | 2.25 | 2.71 | 1.22 | - |
| YUV | 43.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 23 | 0.08 | 0 | 0.52 | 0.81 | 69.6 | 0.35 | 0.14 |
| Hex | 2C | 30 | 17 | 8 | 0 | 34 | 51 | 46 | 23 | E |
| Octal | 54 | 60 | 27 | 10 | 0 | 64 | 121 | 106 | 43 | 16 |
| Binary | 101100 | 110000 | 10111 | 1000 | 0 | 110100 | 1010001 | 1000110 | 100011 | 1110 |
Color Harmonies of #2C3017
Complementary color
Monochromatic Colors of #2C3017
Black with #2C3017
Text Example
Text Example
White with #2C3017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3017; }
p { color: rgb(44,48,23); }
H1.HeaderClassName
{
color: #2C3017;
}
.AnyTagClassName
{
color: #2C3017;
}
</style>
background-color css
<style>
a { background-color: #2C3017; }
a { background-color: rgb(44,48,23); }
div.DivClassName
{
background-color: #2C3017;
}
.BgClassName
{
background-color: #2C3017;
}
</style>
border-color css
<style>
span { border-color: #2C3017; }
span { border-color: rgb(44,48,23); }
td.TdClassName
{
border-color: #2C3017;
}
.TagClassName
{
border-color: #2C3017;
}
</style>