Shades of Green Waterloo #272920
Tints of Green Waterloo #272920
RGB
CMYK
RGB Variations
Color information
#272920 (or 0x272920) is known color: Green Waterloo. HEX triplet: 27, 29 and 20. RGB value is (39,41,32). Sum of RGB (Red+Green+Blue) = 39+41+32=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 41 - color contains mainly: green. Hex color #272920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272920 is #D8D6DF. Grayscale: #272727. Windows color (decimal): -14210784 or 2107687. OLE color: 2107687.
HSL color Cylindrical-coordinate representation of color #272920: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #272920 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 41 | 32 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.84 |
| HSL | 73.33º | 0.12% | 0.14% | - |
| HSV(B) | 73.33º | 0.22% | 0.16% | - |
| XYZ | 1.89 | 2.12 | 1.68 | - |
| YUV | 39.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 32 | 0.05 | 0 | 0.22 | 0.84 | 73.33 | 0.12 | 0.14 |
| Hex | 27 | 29 | 20 | 5 | 0 | 16 | 54 | 49 | C | E |
| Octal | 47 | 51 | 40 | 5 | 0 | 26 | 124 | 111 | 14 | 16 |
| Binary | 100111 | 101001 | 100000 | 101 | 0 | 10110 | 1010100 | 1001001 | 1100 | 1110 |
Color Harmonies of #272920
Complementary color
Monochromatic Colors of #272920
Black with #272920
Text Example
Text Example
White with #272920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272920; }
p { color: rgb(39,41,32); }
H1.HeaderClassName
{
color: #272920;
}
.AnyTagClassName
{
color: #272920;
}
</style>
background-color css
<style>
a { background-color: #272920; }
a { background-color: rgb(39,41,32); }
div.DivClassName
{
background-color: #272920;
}
.BgClassName
{
background-color: #272920;
}
</style>
border-color css
<style>
span { border-color: #272920; }
span { border-color: rgb(39,41,32); }
td.TdClassName
{
border-color: #272920;
}
.TagClassName
{
border-color: #272920;
}
</style>