Shades of Green Waterloo #272F0A
Tints of Green Waterloo #272F0A
RGB
CMYK
RGB Variations
Color information
#272F0A (or 0x272F0A) is known color: Green Waterloo. HEX triplet: 27, 2F and 0A. RGB value is (39,47,10). Sum of RGB (Red+Green+Blue) = 39+47+10=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #272F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F0A is #D8D0F5. Grayscale: #282828. Windows color (decimal): -14209270 or 667431. OLE color: 667431.
HSL color Cylindrical-coordinate representation of color #272F0A: hue angle of 72.97º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272F0A is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 10 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.82 |
| HSL | 72.97º | 0.65% | 0.11% | - |
| HSV(B) | 72.97º | 0.79% | 0.18% | - |
| XYZ | 1.91 | 2.49 | 0.67 | - |
| YUV | 40.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 10 | 0.17 | 0 | 0.79 | 0.82 | 72.97 | 0.65 | 0.11 |
| Hex | 27 | 2F | A | 11 | 0 | 4F | 52 | 49 | 41 | B |
| Octal | 47 | 57 | 12 | 21 | 0 | 117 | 122 | 111 | 101 | 13 |
| Binary | 100111 | 101111 | 1010 | 10001 | 0 | 1001111 | 1010010 | 1001001 | 1000001 | 1011 |
Color Harmonies of #272F0A
Complementary color
Monochromatic Colors of #272F0A
Black with #272F0A
Text Example
Text Example
White with #272F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F0A; }
p { color: rgb(39,47,10); }
H1.HeaderClassName
{
color: #272F0A;
}
.AnyTagClassName
{
color: #272F0A;
}
</style>
background-color css
<style>
a { background-color: #272F0A; }
a { background-color: rgb(39,47,10); }
div.DivClassName
{
background-color: #272F0A;
}
.BgClassName
{
background-color: #272F0A;
}
</style>
border-color css
<style>
span { border-color: #272F0A; }
span { border-color: rgb(39,47,10); }
td.TdClassName
{
border-color: #272F0A;
}
.TagClassName
{
border-color: #272F0A;
}
</style>