Shades of Green Waterloo #272C14
Tints of Green Waterloo #272C14
RGB
CMYK
RGB Variations
Color information
#272C14 (or 0x272C14) is known color: Green Waterloo. HEX triplet: 27, 2C and 14. RGB value is (39,44,20). Sum of RGB (Red+Green+Blue) = 39+44+20=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 44 - color contains mainly: green. Hex color #272C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C14 is #D8D3EB. Grayscale: #272727. Windows color (decimal): -14210028 or 1322023. OLE color: 1322023.
HSL color Cylindrical-coordinate representation of color #272C14: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272C14 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 20 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.83 |
| HSL | 72.5º | 0.38% | 0.13% | - |
| HSV(B) | 72.5º | 0.55% | 0.17% | - |
| XYZ | 1.86 | 2.28 | 1 | - |
| YUV | 39.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 20 | 0.11 | 0 | 0.55 | 0.83 | 72.5 | 0.38 | 0.13 |
| Hex | 27 | 2C | 14 | B | 0 | 37 | 53 | 48 | 26 | D |
| Octal | 47 | 54 | 24 | 13 | 0 | 67 | 123 | 110 | 46 | 15 |
| Binary | 100111 | 101100 | 10100 | 1011 | 0 | 110111 | 1010011 | 1001000 | 100110 | 1101 |
Color Harmonies of #272C14
Complementary color
Monochromatic Colors of #272C14
Black with #272C14
Text Example
Text Example
White with #272C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C14; }
p { color: rgb(39,44,20); }
H1.HeaderClassName
{
color: #272C14;
}
.AnyTagClassName
{
color: #272C14;
}
</style>
background-color css
<style>
a { background-color: #272C14; }
a { background-color: rgb(39,44,20); }
div.DivClassName
{
background-color: #272C14;
}
.BgClassName
{
background-color: #272C14;
}
</style>
border-color css
<style>
span { border-color: #272C14; }
span { border-color: rgb(39,44,20); }
td.TdClassName
{
border-color: #272C14;
}
.TagClassName
{
border-color: #272C14;
}
</style>