Shades of Green Waterloo #272F04
Tints of Green Waterloo #272F04
RGB
CMYK
RGB Variations
Color information
#272F04 (or 0x272F04) is known color: Green Waterloo. HEX triplet: 27, 2F and 04. RGB value is (39,47,4). Sum of RGB (Red+Green+Blue) = 39+47+4=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #272F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F04 is #D8D0FB. Grayscale: #272727. Windows color (decimal): -14209276 or 274215. OLE color: 274215.
HSL color Cylindrical-coordinate representation of color #272F04: hue angle of 71.16º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #272F04 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 4 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.82 |
| HSL | 71.16º | 0.84% | 0.1% | - |
| HSV(B) | 71.16º | 0.91% | 0.18% | - |
| XYZ | 1.88 | 2.47 | 0.49 | - |
| YUV | 39.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 4 | 0.17 | 0 | 0.91 | 0.82 | 71.16 | 0.84 | 0.1 |
| Hex | 27 | 2F | 4 | 11 | 0 | 5B | 52 | 47 | 54 | A |
| Octal | 47 | 57 | 4 | 21 | 0 | 133 | 122 | 107 | 124 | 12 |
| Binary | 100111 | 101111 | 100 | 10001 | 0 | 1011011 | 1010010 | 1000111 | 1010100 | 1010 |
Color Harmonies of #272F04
Complementary color
Monochromatic Colors of #272F04
Black with #272F04
Text Example
Text Example
White with #272F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F04; }
p { color: rgb(39,47,4); }
H1.HeaderClassName
{
color: #272F04;
}
.AnyTagClassName
{
color: #272F04;
}
</style>
background-color css
<style>
a { background-color: #272F04; }
a { background-color: rgb(39,47,4); }
div.DivClassName
{
background-color: #272F04;
}
.BgClassName
{
background-color: #272F04;
}
</style>
border-color css
<style>
span { border-color: #272F04; }
span { border-color: rgb(39,47,4); }
td.TdClassName
{
border-color: #272F04;
}
.TagClassName
{
border-color: #272F04;
}
</style>