Shades of Green Waterloo #272C0C
Tints of Green Waterloo #272C0C
RGB
CMYK
RGB Variations
Color information
#272C0C (or 0x272C0C) is known color: Green Waterloo. HEX triplet: 27, 2C and 0C. RGB value is (39,44,12). Sum of RGB (Red+Green+Blue) = 39+44+12=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #272C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C0C is #D8D3F3. Grayscale: #262626. Windows color (decimal): -14210036 or 797735. OLE color: 797735.
HSL color Cylindrical-coordinate representation of color #272C0C: hue angle of 69.38º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272C0C is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 12 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.83 |
| HSL | 69.38º | 0.57% | 0.11% | - |
| HSV(B) | 69.38º | 0.73% | 0.17% | - |
| XYZ | 1.8 | 2.26 | 0.69 | - |
| YUV | 38.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 12 | 0.11 | 0 | 0.73 | 0.83 | 69.38 | 0.57 | 0.11 |
| Hex | 27 | 2C | C | B | 0 | 49 | 53 | 45 | 39 | B |
| Octal | 47 | 54 | 14 | 13 | 0 | 111 | 123 | 105 | 71 | 13 |
| Binary | 100111 | 101100 | 1100 | 1011 | 0 | 1001001 | 1010011 | 1000101 | 111001 | 1011 |
Color Harmonies of #272C0C
Complementary color
Monochromatic Colors of #272C0C
Black with #272C0C
Text Example
Text Example
White with #272C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C0C; }
p { color: rgb(39,44,12); }
H1.HeaderClassName
{
color: #272C0C;
}
.AnyTagClassName
{
color: #272C0C;
}
</style>
background-color css
<style>
a { background-color: #272C0C; }
a { background-color: rgb(39,44,12); }
div.DivClassName
{
background-color: #272C0C;
}
.BgClassName
{
background-color: #272C0C;
}
</style>
border-color css
<style>
span { border-color: #272C0C; }
span { border-color: rgb(39,44,12); }
td.TdClassName
{
border-color: #272C0C;
}
.TagClassName
{
border-color: #272C0C;
}
</style>