Shades of Green Waterloo #272B14
Tints of Green Waterloo #272B14
RGB
CMYK
RGB Variations
Color information
#272B14 (or 0x272B14) is known color: Green Waterloo. HEX triplet: 27, 2B and 14. RGB value is (39,43,20). Sum of RGB (Red+Green+Blue) = 39+43+20=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 43 - color contains mainly: green. Hex color #272B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B14 is #D8D4EB. Grayscale: #272727. Windows color (decimal): -14210284 or 1321767. OLE color: 1321767.
HSL color Cylindrical-coordinate representation of color #272B14: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #272B14 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 43 | 20 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.83 |
| HSL | 70.43º | 0.37% | 0.12% | - |
| HSV(B) | 70.43º | 0.53% | 0.17% | - |
| XYZ | 1.83 | 2.21 | 0.99 | - |
| YUV | 39.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 20 | 0.09 | 0 | 0.53 | 0.83 | 70.43 | 0.37 | 0.12 |
| Hex | 27 | 2B | 14 | 9 | 0 | 35 | 53 | 46 | 25 | C |
| Octal | 47 | 53 | 24 | 11 | 0 | 65 | 123 | 106 | 45 | 14 |
| Binary | 100111 | 101011 | 10100 | 1001 | 0 | 110101 | 1010011 | 1000110 | 100101 | 1100 |
Color Harmonies of #272B14
Complementary color
Monochromatic Colors of #272B14
Black with #272B14
Text Example
Text Example
White with #272B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B14; }
p { color: rgb(39,43,20); }
H1.HeaderClassName
{
color: #272B14;
}
.AnyTagClassName
{
color: #272B14;
}
</style>
background-color css
<style>
a { background-color: #272B14; }
a { background-color: rgb(39,43,20); }
div.DivClassName
{
background-color: #272B14;
}
.BgClassName
{
background-color: #272B14;
}
</style>
border-color css
<style>
span { border-color: #272B14; }
span { border-color: rgb(39,43,20); }
td.TdClassName
{
border-color: #272B14;
}
.TagClassName
{
border-color: #272B14;
}
</style>