Shades of Green Waterloo #27281E
Tints of Green Waterloo #27281E
RGB
CMYK
RGB Variations
Color information
#27281E (or 0x27281E) is known color: Green Waterloo. HEX triplet: 27, 28 and 1E. RGB value is (39,40,30). Sum of RGB (Red+Green+Blue) = 39+40+30=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #27281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27281E is #D8D7E1. Grayscale: #262626. Windows color (decimal): -14211042 or 1976359. OLE color: 1976359.
HSL color Cylindrical-coordinate representation of color #27281E: hue angle of 66º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27281E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 30 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.84 |
| HSL | 66º | 0.14% | 0.14% | - |
| HSV(B) | 66º | 0.25% | 0.16% | - |
| XYZ | 1.83 | 2.04 | 1.53 | - |
| YUV | 38.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 30 | 0.02 | 0 | 0.25 | 0.84 | 66 | 0.14 | 0.14 |
| Hex | 27 | 28 | 1E | 2 | 0 | 19 | 54 | 42 | E | E |
| Octal | 47 | 50 | 36 | 2 | 0 | 31 | 124 | 102 | 16 | 16 |
| Binary | 100111 | 101000 | 11110 | 10 | 0 | 11001 | 1010100 | 1000010 | 1110 | 1110 |
Color Harmonies of #27281E
Complementary color
Monochromatic Colors of #27281E
Black with #27281E
Text Example
Text Example
White with #27281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27281E; }
p { color: rgb(39,40,30); }
H1.HeaderClassName
{
color: #27281E;
}
.AnyTagClassName
{
color: #27281E;
}
</style>
background-color css
<style>
a { background-color: #27281E; }
a { background-color: rgb(39,40,30); }
div.DivClassName
{
background-color: #27281E;
}
.BgClassName
{
background-color: #27281E;
}
</style>
border-color css
<style>
span { border-color: #27281E; }
span { border-color: rgb(39,40,30); }
td.TdClassName
{
border-color: #27281E;
}
.TagClassName
{
border-color: #27281E;
}
</style>