Shades of Green Waterloo #272D11
Tints of Green Waterloo #272D11
RGB
CMYK
RGB Variations
Color information
#272D11 (or 0x272D11) is known color: Green Waterloo. HEX triplet: 27, 2D and 11. RGB value is (39,45,17). Sum of RGB (Red+Green+Blue) = 39+45+17=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #272D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272D11 is #D8D2EE. Grayscale: #282828. Windows color (decimal): -14209775 or 1125671. OLE color: 1125671.
HSL color Cylindrical-coordinate representation of color #272D11: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #272D11 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 17 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.82 |
| HSL | 72.86º | 0.45% | 0.12% | - |
| HSV(B) | 72.86º | 0.62% | 0.18% | - |
| XYZ | 1.88 | 2.35 | 0.88 | - |
| YUV | 40.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 17 | 0.13 | 0 | 0.62 | 0.82 | 72.86 | 0.45 | 0.12 |
| Hex | 27 | 2D | 11 | D | 0 | 3E | 52 | 49 | 2D | C |
| Octal | 47 | 55 | 21 | 15 | 0 | 76 | 122 | 111 | 55 | 14 |
| Binary | 100111 | 101101 | 10001 | 1101 | 0 | 111110 | 1010010 | 1001001 | 101101 | 1100 |
Color Harmonies of #272D11
Complementary color
Monochromatic Colors of #272D11
Black with #272D11
Text Example
Text Example
White with #272D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D11; }
p { color: rgb(39,45,17); }
H1.HeaderClassName
{
color: #272D11;
}
.AnyTagClassName
{
color: #272D11;
}
</style>
background-color css
<style>
a { background-color: #272D11; }
a { background-color: rgb(39,45,17); }
div.DivClassName
{
background-color: #272D11;
}
.BgClassName
{
background-color: #272D11;
}
</style>
border-color css
<style>
span { border-color: #272D11; }
span { border-color: rgb(39,45,17); }
td.TdClassName
{
border-color: #272D11;
}
.TagClassName
{
border-color: #272D11;
}
</style>