Shades of Green Waterloo #272814
Tints of Green Waterloo #272814
RGB
CMYK
RGB Variations
Color information
#272814 (or 0x272814) is known color: Green Waterloo. HEX triplet: 27, 28 and 14. RGB value is (39,40,20). Sum of RGB (Red+Green+Blue) = 39+40+20=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 40 - color contains mainly: green. Hex color #272814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272814 is #D8D7EB. Grayscale: #252525. Windows color (decimal): -14211052 or 1320999. OLE color: 1320999.
HSL color Cylindrical-coordinate representation of color #272814: hue angle of 63º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272814 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 20 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.84 |
| HSL | 63º | 0.33% | 0.12% | - |
| HSV(B) | 63º | 0.5% | 0.16% | - |
| XYZ | 1.72 | 2 | 0.96 | - |
| YUV | 37.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 20 | 0.02 | 0 | 0.5 | 0.84 | 63 | 0.33 | 0.12 |
| Hex | 27 | 28 | 14 | 2 | 0 | 32 | 54 | 3F | 21 | C |
| Octal | 47 | 50 | 24 | 2 | 0 | 62 | 124 | 77 | 41 | 14 |
| Binary | 100111 | 101000 | 10100 | 10 | 0 | 110010 | 1010100 | 111111 | 100001 | 1100 |
Color Harmonies of #272814
Complementary color
Monochromatic Colors of #272814
Black with #272814
Text Example
Text Example
White with #272814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272814; }
p { color: rgb(39,40,20); }
H1.HeaderClassName
{
color: #272814;
}
.AnyTagClassName
{
color: #272814;
}
</style>
background-color css
<style>
a { background-color: #272814; }
a { background-color: rgb(39,40,20); }
div.DivClassName
{
background-color: #272814;
}
.BgClassName
{
background-color: #272814;
}
</style>
border-color css
<style>
span { border-color: #272814; }
span { border-color: rgb(39,40,20); }
td.TdClassName
{
border-color: #272814;
}
.TagClassName
{
border-color: #272814;
}
</style>