Shades of Green Waterloo #27291A
Tints of Green Waterloo #27291A
RGB
CMYK
RGB Variations
Color information
#27291A (or 0x27291A) is known color: Green Waterloo. HEX triplet: 27, 29 and 1A. RGB value is (39,41,26). Sum of RGB (Red+Green+Blue) = 39+41+26=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #27291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27291A is #D8D6E5. Grayscale: #262626. Windows color (decimal): -14210790 or 1714471. OLE color: 1714471.
HSL color Cylindrical-coordinate representation of color #27291A: hue angle of 68º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #27291A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 41 | 26 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.84 |
| HSL | 68º | 0.22% | 0.13% | - |
| HSV(B) | 68º | 0.37% | 0.16% | - |
| XYZ | 1.82 | 2.09 | 1.29 | - |
| YUV | 38.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 26 | 0.05 | 0 | 0.37 | 0.84 | 68 | 0.22 | 0.13 |
| Hex | 27 | 29 | 1A | 5 | 0 | 25 | 54 | 44 | 16 | D |
| Octal | 47 | 51 | 32 | 5 | 0 | 45 | 124 | 104 | 26 | 15 |
| Binary | 100111 | 101001 | 11010 | 101 | 0 | 100101 | 1010100 | 1000100 | 10110 | 1101 |
Color Harmonies of #27291A
Complementary color
Monochromatic Colors of #27291A
Black with #27291A
Text Example
Text Example
White with #27291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27291A; }
p { color: rgb(39,41,26); }
H1.HeaderClassName
{
color: #27291A;
}
.AnyTagClassName
{
color: #27291A;
}
</style>
background-color css
<style>
a { background-color: #27291A; }
a { background-color: rgb(39,41,26); }
div.DivClassName
{
background-color: #27291A;
}
.BgClassName
{
background-color: #27291A;
}
</style>
border-color css
<style>
span { border-color: #27291A; }
span { border-color: rgb(39,41,26); }
td.TdClassName
{
border-color: #27291A;
}
.TagClassName
{
border-color: #27291A;
}
</style>