Shades of Green Waterloo #2C2D24
Tints of Green Waterloo #2C2D24
RGB
CMYK
RGB Variations
Color information
#2C2D24 (or 0x2C2D24) is known color: Green Waterloo. HEX triplet: 2C, 2D and 24. RGB value is (44,45,36). Sum of RGB (Red+Green+Blue) = 44+45+36=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #2C2D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2D24 is #D3D2DB. Grayscale: #2B2B2B. Windows color (decimal): -13882076 or 2370860. OLE color: 2370860.
HSL color Cylindrical-coordinate representation of color #2C2D24: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C2D24 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 45 | 36 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.82 |
| HSL | 66.67º | 0.11% | 0.16% | - |
| HSV(B) | 66.67º | 0.2% | 0.18% | - |
| XYZ | 2.3 | 2.54 | 2.04 | - |
| YUV | 43.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 45 | 36 | 0.02 | 0 | 0.2 | 0.82 | 66.67 | 0.11 | 0.16 |
| Hex | 2C | 2D | 24 | 2 | 0 | 14 | 52 | 43 | B | 10 |
| Octal | 54 | 55 | 44 | 2 | 0 | 24 | 122 | 103 | 13 | 20 |
| Binary | 101100 | 101101 | 100100 | 10 | 0 | 10100 | 1010010 | 1000011 | 1011 | 10000 |
Color Harmonies of #2C2D24
Complementary color
Monochromatic Colors of #2C2D24
Black with #2C2D24
Text Example
Text Example
White with #2C2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2D24; }
p { color: rgb(44,45,36); }
H1.HeaderClassName
{
color: #2C2D24;
}
.AnyTagClassName
{
color: #2C2D24;
}
</style>
background-color css
<style>
a { background-color: #2C2D24; }
a { background-color: rgb(44,45,36); }
div.DivClassName
{
background-color: #2C2D24;
}
.BgClassName
{
background-color: #2C2D24;
}
</style>
border-color css
<style>
span { border-color: #2C2D24; }
span { border-color: rgb(44,45,36); }
td.TdClassName
{
border-color: #2C2D24;
}
.TagClassName
{
border-color: #2C2D24;
}
</style>