Shades of Green Waterloo #272C10
Tints of Green Waterloo #272C10
RGB
CMYK
RGB Variations
Color information
#272C10 (or 0x272C10) is known color: Green Waterloo. HEX triplet: 27, 2C and 10. RGB value is (39,44,16). Sum of RGB (Red+Green+Blue) = 39+44+16=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #272C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C10 is #D8D3EF. Grayscale: #272727. Windows color (decimal): -14210032 or 1059879. OLE color: 1059879.
HSL color Cylindrical-coordinate representation of color #272C10: hue angle of 70.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272C10 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 16 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.83 |
| HSL | 70.71º | 0.47% | 0.12% | - |
| HSV(B) | 70.71º | 0.64% | 0.17% | - |
| XYZ | 1.83 | 2.27 | 0.83 | - |
| YUV | 39.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 16 | 0.11 | 0 | 0.64 | 0.83 | 70.71 | 0.47 | 0.12 |
| Hex | 27 | 2C | 10 | B | 0 | 40 | 53 | 47 | 2F | C |
| Octal | 47 | 54 | 20 | 13 | 0 | 100 | 123 | 107 | 57 | 14 |
| Binary | 100111 | 101100 | 10000 | 1011 | 0 | 1000000 | 1010011 | 1000111 | 101111 | 1100 |
Color Harmonies of #272C10
Complementary color
Monochromatic Colors of #272C10
Black with #272C10
Text Example
Text Example
White with #272C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C10; }
p { color: rgb(39,44,16); }
H1.HeaderClassName
{
color: #272C10;
}
.AnyTagClassName
{
color: #272C10;
}
</style>
background-color css
<style>
a { background-color: #272C10; }
a { background-color: rgb(39,44,16); }
div.DivClassName
{
background-color: #272C10;
}
.BgClassName
{
background-color: #272C10;
}
</style>
border-color css
<style>
span { border-color: #272C10; }
span { border-color: rgb(39,44,16); }
td.TdClassName
{
border-color: #272C10;
}
.TagClassName
{
border-color: #272C10;
}
</style>