Shades of Green Waterloo #272821
Tints of Green Waterloo #272821
RGB
CMYK
RGB Variations
Color information
#272821 (or 0x272821) is known color: Green Waterloo. HEX triplet: 27, 28 and 21. RGB value is (39,40,33). Sum of RGB (Red+Green+Blue) = 39+40+33=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 40 - color contains mainly: green. Hex color #272821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272821 is #D8D7DE. Grayscale: #262626. Windows color (decimal): -14211039 or 2172967. OLE color: 2172967.
HSL color Cylindrical-coordinate representation of color #272821: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272821 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 33 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.84 |
| HSL | 68.57º | 0.1% | 0.14% | - |
| HSV(B) | 68.57º | 0.18% | 0.16% | - |
| XYZ | 1.87 | 2.06 | 1.74 | - |
| YUV | 38.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 33 | 0.02 | 0 | 0.17 | 0.84 | 68.57 | 0.1 | 0.14 |
| Hex | 27 | 28 | 21 | 2 | 0 | 11 | 54 | 45 | A | E |
| Octal | 47 | 50 | 41 | 2 | 0 | 21 | 124 | 105 | 12 | 16 |
| Binary | 100111 | 101000 | 100001 | 10 | 0 | 10001 | 1010100 | 1000101 | 1010 | 1110 |
Color Harmonies of #272821
Complementary color
Monochromatic Colors of #272821
Black with #272821
Text Example
Text Example
White with #272821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272821; }
p { color: rgb(39,40,33); }
H1.HeaderClassName
{
color: #272821;
}
.AnyTagClassName
{
color: #272821;
}
</style>
background-color css
<style>
a { background-color: #272821; }
a { background-color: rgb(39,40,33); }
div.DivClassName
{
background-color: #272821;
}
.BgClassName
{
background-color: #272821;
}
</style>
border-color css
<style>
span { border-color: #272821; }
span { border-color: rgb(39,40,33); }
td.TdClassName
{
border-color: #272821;
}
.TagClassName
{
border-color: #272821;
}
</style>