Shades of Green Waterloo #2C300D
Tints of Green Waterloo #2C300D
RGB
CMYK
RGB Variations
Color information
#2C300D (or 0x2C300D) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0D. RGB value is (44,48,13). Sum of RGB (Red+Green+Blue) = 44+48+13=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300D is #D3CFF2. Grayscale: #2A2A2A. Windows color (decimal): -13881331 or 864300. OLE color: 864300.
HSL color Cylindrical-coordinate representation of color #2C300D: hue angle of 66.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C300D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 13 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.81 |
| HSL | 66.86º | 0.57% | 0.12% | - |
| HSV(B) | 66.86º | 0.73% | 0.19% | - |
| XYZ | 2.17 | 2.68 | 0.78 | - |
| YUV | 42.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 13 | 0.08 | 0 | 0.73 | 0.81 | 66.86 | 0.57 | 0.12 |
| Hex | 2C | 30 | D | 8 | 0 | 49 | 51 | 43 | 39 | C |
| Octal | 54 | 60 | 15 | 10 | 0 | 111 | 121 | 103 | 71 | 14 |
| Binary | 101100 | 110000 | 1101 | 1000 | 0 | 1001001 | 1010001 | 1000011 | 111001 | 1100 |
Color Harmonies of #2C300D
Complementary color
Monochromatic Colors of #2C300D
Black with #2C300D
Text Example
Text Example
White with #2C300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C300D; }
p { color: rgb(44,48,13); }
H1.HeaderClassName
{
color: #2C300D;
}
.AnyTagClassName
{
color: #2C300D;
}
</style>
background-color css
<style>
a { background-color: #2C300D; }
a { background-color: rgb(44,48,13); }
div.DivClassName
{
background-color: #2C300D;
}
.BgClassName
{
background-color: #2C300D;
}
</style>
border-color css
<style>
span { border-color: #2C300D; }
span { border-color: rgb(44,48,13); }
td.TdClassName
{
border-color: #2C300D;
}
.TagClassName
{
border-color: #2C300D;
}
</style>