Shades of Green Waterloo #27281F
Tints of Green Waterloo #27281F
RGB
CMYK
RGB Variations
Color information
#27281F (or 0x27281F) is known color: Green Waterloo. HEX triplet: 27, 28 and 1F. RGB value is (39,40,31). Sum of RGB (Red+Green+Blue) = 39+40+31=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #27281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27281F is #D8D7E0. Grayscale: #262626. Windows color (decimal): -14211041 or 2041895. OLE color: 2041895.
HSL color Cylindrical-coordinate representation of color #27281F: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #27281F is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 31 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.84 |
| HSL | 66.67º | 0.13% | 0.14% | - |
| HSV(B) | 66.67º | 0.23% | 0.16% | - |
| XYZ | 1.84 | 2.05 | 1.59 | - |
| YUV | 38.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 31 | 0.02 | 0 | 0.22 | 0.84 | 66.67 | 0.13 | 0.14 |
| Hex | 27 | 28 | 1F | 2 | 0 | 16 | 54 | 43 | D | E |
| Octal | 47 | 50 | 37 | 2 | 0 | 26 | 124 | 103 | 15 | 16 |
| Binary | 100111 | 101000 | 11111 | 10 | 0 | 10110 | 1010100 | 1000011 | 1101 | 1110 |
Color Harmonies of #27281F
Complementary color
Monochromatic Colors of #27281F
Black with #27281F
Text Example
Text Example
White with #27281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27281F; }
p { color: rgb(39,40,31); }
H1.HeaderClassName
{
color: #27281F;
}
.AnyTagClassName
{
color: #27281F;
}
</style>
background-color css
<style>
a { background-color: #27281F; }
a { background-color: rgb(39,40,31); }
div.DivClassName
{
background-color: #27281F;
}
.BgClassName
{
background-color: #27281F;
}
</style>
border-color css
<style>
span { border-color: #27281F; }
span { border-color: rgb(39,40,31); }
td.TdClassName
{
border-color: #27281F;
}
.TagClassName
{
border-color: #27281F;
}
</style>