Shades of Green Waterloo #26271B
Tints of Green Waterloo #26271B
RGB
CMYK
RGB Variations
Color information
#26271B (or 0x26271B) is known color: Green Waterloo. HEX triplet: 26, 27 and 1B. RGB value is (38,39,27). Sum of RGB (Red+Green+Blue) = 38+39+27=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 39 - color contains mainly: green. Hex color #26271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26271B is #D9D8E4. Grayscale: #252525. Windows color (decimal): -14276837 or 1779494. OLE color: 1779494.
HSL color Cylindrical-coordinate representation of color #26271B: hue angle of 65º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #26271B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 39 | 27 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.85 |
| HSL | 65º | 0.18% | 0.13% | - |
| HSV(B) | 65º | 0.31% | 0.15% | - |
| XYZ | 1.72 | 1.94 | 1.32 | - |
| YUV | 37.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 27 | 0.03 | 0 | 0.31 | 0.85 | 65 | 0.18 | 0.13 |
| Hex | 26 | 27 | 1B | 3 | 0 | 1F | 55 | 41 | 12 | D |
| Octal | 46 | 47 | 33 | 3 | 0 | 37 | 125 | 101 | 22 | 15 |
| Binary | 100110 | 100111 | 11011 | 11 | 0 | 11111 | 1010101 | 1000001 | 10010 | 1101 |
Color Harmonies of #26271B
Complementary color
Monochromatic Colors of #26271B
Black with #26271B
Text Example
Text Example
White with #26271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26271B; }
p { color: rgb(38,39,27); }
H1.HeaderClassName
{
color: #26271B;
}
.AnyTagClassName
{
color: #26271B;
}
</style>
background-color css
<style>
a { background-color: #26271B; }
a { background-color: rgb(38,39,27); }
div.DivClassName
{
background-color: #26271B;
}
.BgClassName
{
background-color: #26271B;
}
</style>
border-color css
<style>
span { border-color: #26271B; }
span { border-color: rgb(38,39,27); }
td.TdClassName
{
border-color: #26271B;
}
.TagClassName
{
border-color: #26271B;
}
</style>