Shades of Green Waterloo #272C0A
Tints of Green Waterloo #272C0A
RGB
CMYK
RGB Variations
Color information
#272C0A (or 0x272C0A) is known color: Green Waterloo. HEX triplet: 27, 2C and 0A. RGB value is (39,44,10). Sum of RGB (Red+Green+Blue) = 39+44+10=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #272C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C0A is #D8D3F5. Grayscale: #262626. Windows color (decimal): -14210038 or 666663. OLE color: 666663.
HSL color Cylindrical-coordinate representation of color #272C0A: hue angle of 68.82º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272C0A is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 10 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.83 |
| HSL | 68.82º | 0.63% | 0.11% | - |
| HSV(B) | 68.82º | 0.77% | 0.17% | - |
| XYZ | 1.79 | 2.25 | 0.63 | - |
| YUV | 38.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 10 | 0.11 | 0 | 0.77 | 0.83 | 68.82 | 0.63 | 0.11 |
| Hex | 27 | 2C | A | B | 0 | 4D | 53 | 45 | 3F | B |
| Octal | 47 | 54 | 12 | 13 | 0 | 115 | 123 | 105 | 77 | 13 |
| Binary | 100111 | 101100 | 1010 | 1011 | 0 | 1001101 | 1010011 | 1000101 | 111111 | 1011 |
Color Harmonies of #272C0A
Complementary color
Monochromatic Colors of #272C0A
Black with #272C0A
Text Example
Text Example
White with #272C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C0A; }
p { color: rgb(39,44,10); }
H1.HeaderClassName
{
color: #272C0A;
}
.AnyTagClassName
{
color: #272C0A;
}
</style>
background-color css
<style>
a { background-color: #272C0A; }
a { background-color: rgb(39,44,10); }
div.DivClassName
{
background-color: #272C0A;
}
.BgClassName
{
background-color: #272C0A;
}
</style>
border-color css
<style>
span { border-color: #272C0A; }
span { border-color: rgb(39,44,10); }
td.TdClassName
{
border-color: #272C0A;
}
.TagClassName
{
border-color: #272C0A;
}
</style>