Shades of Green Waterloo #272D10
Tints of Green Waterloo #272D10
RGB
CMYK
RGB Variations
Color information
#272D10 (or 0x272D10) is known color: Green Waterloo. HEX triplet: 27, 2D and 10. RGB value is (39,45,16). Sum of RGB (Red+Green+Blue) = 39+45+16=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #272D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272D10 is #D8D2EF. Grayscale: #282828. Windows color (decimal): -14209776 or 1060135. OLE color: 1060135.
HSL color Cylindrical-coordinate representation of color #272D10: hue angle of 72.41º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272D10 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 16 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.82 |
| HSL | 72.41º | 0.48% | 0.12% | - |
| HSV(B) | 72.41º | 0.64% | 0.18% | - |
| XYZ | 1.87 | 2.35 | 0.84 | - |
| YUV | 39.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 16 | 0.13 | 0 | 0.64 | 0.82 | 72.41 | 0.48 | 0.12 |
| Hex | 27 | 2D | 10 | D | 0 | 40 | 52 | 48 | 30 | C |
| Octal | 47 | 55 | 20 | 15 | 0 | 100 | 122 | 110 | 60 | 14 |
| Binary | 100111 | 101101 | 10000 | 1101 | 0 | 1000000 | 1010010 | 1001000 | 110000 | 1100 |
Color Harmonies of #272D10
Complementary color
Monochromatic Colors of #272D10
Black with #272D10
Text Example
Text Example
White with #272D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D10; }
p { color: rgb(39,45,16); }
H1.HeaderClassName
{
color: #272D10;
}
.AnyTagClassName
{
color: #272D10;
}
</style>
background-color css
<style>
a { background-color: #272D10; }
a { background-color: rgb(39,45,16); }
div.DivClassName
{
background-color: #272D10;
}
.BgClassName
{
background-color: #272D10;
}
</style>
border-color css
<style>
span { border-color: #272D10; }
span { border-color: rgb(39,45,16); }
td.TdClassName
{
border-color: #272D10;
}
.TagClassName
{
border-color: #272D10;
}
</style>