Shades of Green Waterloo #272C16
Tints of Green Waterloo #272C16
RGB
CMYK
RGB Variations
Color information
#272C16 (or 0x272C16) is known color: Green Waterloo. HEX triplet: 27, 2C and 16. RGB value is (39,44,22). Sum of RGB (Red+Green+Blue) = 39+44+22=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #272C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C16 is #D8D3E9. Grayscale: #282828. Windows color (decimal): -14210026 or 1453095. OLE color: 1453095.
HSL color Cylindrical-coordinate representation of color #272C16: hue angle of 73.64º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272C16 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 22 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.83 |
| HSL | 73.64º | 0.33% | 0.13% | - |
| HSV(B) | 73.64º | 0.5% | 0.17% | - |
| XYZ | 1.88 | 2.29 | 1.1 | - |
| YUV | 40 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 22 | 0.11 | 0 | 0.5 | 0.83 | 73.64 | 0.33 | 0.13 |
| Hex | 27 | 2C | 16 | B | 0 | 32 | 53 | 4A | 21 | D |
| Octal | 47 | 54 | 26 | 13 | 0 | 62 | 123 | 112 | 41 | 15 |
| Binary | 100111 | 101100 | 10110 | 1011 | 0 | 110010 | 1010011 | 1001010 | 100001 | 1101 |
Color Harmonies of #272C16
Complementary color
Monochromatic Colors of #272C16
Black with #272C16
Text Example
Text Example
White with #272C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C16; }
p { color: rgb(39,44,22); }
H1.HeaderClassName
{
color: #272C16;
}
.AnyTagClassName
{
color: #272C16;
}
</style>
background-color css
<style>
a { background-color: #272C16; }
a { background-color: rgb(39,44,22); }
div.DivClassName
{
background-color: #272C16;
}
.BgClassName
{
background-color: #272C16;
}
</style>
border-color css
<style>
span { border-color: #272C16; }
span { border-color: rgb(39,44,22); }
td.TdClassName
{
border-color: #272C16;
}
.TagClassName
{
border-color: #272C16;
}
</style>