Shades of Green Waterloo #272D0C
Tints of Green Waterloo #272D0C
RGB
CMYK
RGB Variations
Color information
#272D0C (or 0x272D0C) is known color: Green Waterloo. HEX triplet: 27, 2D and 0C. RGB value is (39,45,12). Sum of RGB (Red+Green+Blue) = 39+45+12=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #272D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272D0C is #D8D2F3. Grayscale: #272727. Windows color (decimal): -14209780 or 797991. OLE color: 797991.
HSL color Cylindrical-coordinate representation of color #272D0C: hue angle of 70.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272D0C is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 12 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.82 |
| HSL | 70.91º | 0.58% | 0.11% | - |
| HSV(B) | 70.91º | 0.73% | 0.18% | - |
| XYZ | 1.84 | 2.33 | 0.7 | - |
| YUV | 39.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 12 | 0.13 | 0 | 0.73 | 0.82 | 70.91 | 0.58 | 0.11 |
| Hex | 27 | 2D | C | D | 0 | 49 | 52 | 47 | 3A | B |
| Octal | 47 | 55 | 14 | 15 | 0 | 111 | 122 | 107 | 72 | 13 |
| Binary | 100111 | 101101 | 1100 | 1101 | 0 | 1001001 | 1010010 | 1000111 | 111010 | 1011 |
Color Harmonies of #272D0C
Complementary color
Monochromatic Colors of #272D0C
Black with #272D0C
Text Example
Text Example
White with #272D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D0C; }
p { color: rgb(39,45,12); }
H1.HeaderClassName
{
color: #272D0C;
}
.AnyTagClassName
{
color: #272D0C;
}
</style>
background-color css
<style>
a { background-color: #272D0C; }
a { background-color: rgb(39,45,12); }
div.DivClassName
{
background-color: #272D0C;
}
.BgClassName
{
background-color: #272D0C;
}
</style>
border-color css
<style>
span { border-color: #272D0C; }
span { border-color: rgb(39,45,12); }
td.TdClassName
{
border-color: #272D0C;
}
.TagClassName
{
border-color: #272D0C;
}
</style>