Shades of Green Waterloo #27290C
Tints of Green Waterloo #27290C
RGB
CMYK
RGB Variations
Color information
#27290C (or 0x27290C) is known color: Green Waterloo. HEX triplet: 27, 29 and 0C. RGB value is (39,41,12). Sum of RGB (Red+Green+Blue) = 39+41+12=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #27290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27290C is #D8D6F3. Grayscale: #252525. Windows color (decimal): -14210804 or 796967. OLE color: 796967.
HSL color Cylindrical-coordinate representation of color #27290C: hue angle of 64.14º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27290C is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 41 | 12 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.84 |
| HSL | 64.14º | 0.55% | 0.1% | - |
| HSV(B) | 64.14º | 0.71% | 0.16% | - |
| XYZ | 1.7 | 2.04 | 0.65 | - |
| YUV | 37.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 12 | 0.05 | 0 | 0.71 | 0.84 | 64.14 | 0.55 | 0.1 |
| Hex | 27 | 29 | C | 5 | 0 | 47 | 54 | 40 | 37 | A |
| Octal | 47 | 51 | 14 | 5 | 0 | 107 | 124 | 100 | 67 | 12 |
| Binary | 100111 | 101001 | 1100 | 101 | 0 | 1000111 | 1010100 | 1000000 | 110111 | 1010 |
Color Harmonies of #27290C
Complementary color
Monochromatic Colors of #27290C
Black with #27290C
Text Example
Text Example
White with #27290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27290C; }
p { color: rgb(39,41,12); }
H1.HeaderClassName
{
color: #27290C;
}
.AnyTagClassName
{
color: #27290C;
}
</style>
background-color css
<style>
a { background-color: #27290C; }
a { background-color: rgb(39,41,12); }
div.DivClassName
{
background-color: #27290C;
}
.BgClassName
{
background-color: #27290C;
}
</style>
border-color css
<style>
span { border-color: #27290C; }
span { border-color: rgb(39,41,12); }
td.TdClassName
{
border-color: #27290C;
}
.TagClassName
{
border-color: #27290C;
}
</style>