Shades of Green Waterloo #272D09
Tints of Green Waterloo #272D09
RGB
CMYK
RGB Variations
Color information
#272D09 (or 0x272D09) is known color: Green Waterloo. HEX triplet: 27, 2D and 09. RGB value is (39,45,9). Sum of RGB (Red+Green+Blue) = 39+45+9=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #272D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272D09 is #D8D2F6. Grayscale: #272727. Windows color (decimal): -14209783 or 601383. OLE color: 601383.
HSL color Cylindrical-coordinate representation of color #272D09: hue angle of 70º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272D09 is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 45 | 9 | - |
| CMYK | 0.13 | 0 | 0.8 | 0.82 |
| HSL | 70º | 0.67% | 0.11% | - |
| HSV(B) | 70º | 0.8% | 0.18% | - |
| XYZ | 1.82 | 2.33 | 0.61 | - |
| YUV | 39.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 9 | 0.13 | 0 | 0.8 | 0.82 | 70 | 0.67 | 0.11 |
| Hex | 27 | 2D | 9 | D | 0 | 50 | 52 | 46 | 43 | B |
| Octal | 47 | 55 | 11 | 15 | 0 | 120 | 122 | 106 | 103 | 13 |
| Binary | 100111 | 101101 | 1001 | 1101 | 0 | 1010000 | 1010010 | 1000110 | 1000011 | 1011 |
Color Harmonies of #272D09
Complementary color
Monochromatic Colors of #272D09
Black with #272D09
Text Example
Text Example
White with #272D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D09; }
p { color: rgb(39,45,9); }
H1.HeaderClassName
{
color: #272D09;
}
.AnyTagClassName
{
color: #272D09;
}
</style>
background-color css
<style>
a { background-color: #272D09; }
a { background-color: rgb(39,45,9); }
div.DivClassName
{
background-color: #272D09;
}
.BgClassName
{
background-color: #272D09;
}
</style>
border-color css
<style>
span { border-color: #272D09; }
span { border-color: rgb(39,45,9); }
td.TdClassName
{
border-color: #272D09;
}
.TagClassName
{
border-color: #272D09;
}
</style>