Shades of Green Waterloo #27281C
Tints of Green Waterloo #27281C
RGB
CMYK
RGB Variations
Color information
#27281C (or 0x27281C) is known color: Green Waterloo. HEX triplet: 27, 28 and 1C. RGB value is (39,40,28). Sum of RGB (Red+Green+Blue) = 39+40+28=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #27281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27281C is #D8D7E3. Grayscale: #262626. Windows color (decimal): -14211044 or 1845287. OLE color: 1845287.
HSL color Cylindrical-coordinate representation of color #27281C: hue angle of 65º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #27281C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 40 | 28 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.84 |
| HSL | 65º | 0.18% | 0.13% | - |
| HSV(B) | 65º | 0.3% | 0.16% | - |
| XYZ | 1.81 | 2.03 | 1.4 | - |
| YUV | 38.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 28 | 0.02 | 0 | 0.30 | 0.84 | 65 | 0.18 | 0.13 |
| Hex | 27 | 28 | 1C | 2 | 0 | 1E | 54 | 41 | 12 | D |
| Octal | 47 | 50 | 34 | 2 | 0 | 36 | 124 | 101 | 22 | 15 |
| Binary | 100111 | 101000 | 11100 | 10 | 0 | 11110 | 1010100 | 1000001 | 10010 | 1101 |
Color Harmonies of #27281C
Complementary color
Monochromatic Colors of #27281C
Black with #27281C
Text Example
Text Example
White with #27281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27281C; }
p { color: rgb(39,40,28); }
H1.HeaderClassName
{
color: #27281C;
}
.AnyTagClassName
{
color: #27281C;
}
</style>
background-color css
<style>
a { background-color: #27281C; }
a { background-color: rgb(39,40,28); }
div.DivClassName
{
background-color: #27281C;
}
.BgClassName
{
background-color: #27281C;
}
</style>
border-color css
<style>
span { border-color: #27281C; }
span { border-color: rgb(39,40,28); }
td.TdClassName
{
border-color: #27281C;
}
.TagClassName
{
border-color: #27281C;
}
</style>