Shades of Green Waterloo #25261E
Tints of Green Waterloo #25261E
RGB
CMYK
RGB Variations
Color information
#25261E (or 0x25261E) is known color: Green Waterloo. HEX triplet: 25, 26 and 1E. RGB value is (37,38,30). Sum of RGB (Red+Green+Blue) = 37+38+30=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 38 - color contains mainly: green. Hex color #25261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261E is #DAD9E1. Grayscale: #242424. Windows color (decimal): -14342626 or 1975845. OLE color: 1975845.
HSL color Cylindrical-coordinate representation of color #25261E: hue angle of 67.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #25261E is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 30 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.85 |
| HSL | 67.5º | 0.12% | 0.13% | - |
| HSV(B) | 67.5º | 0.21% | 0.15% | - |
| XYZ | 1.69 | 1.87 | 1.5 | - |
| YUV | 36.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 30 | 0.03 | 0 | 0.21 | 0.85 | 67.5 | 0.12 | 0.13 |
| Hex | 25 | 26 | 1E | 3 | 0 | 15 | 55 | 44 | C | D |
| Octal | 45 | 46 | 36 | 3 | 0 | 25 | 125 | 104 | 14 | 15 |
| Binary | 100101 | 100110 | 11110 | 11 | 0 | 10101 | 1010101 | 1000100 | 1100 | 1101 |
Color Harmonies of #25261E
Complementary color
Monochromatic Colors of #25261E
Black with #25261E
Text Example
Text Example
White with #25261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25261E; }
p { color: rgb(37,38,30); }
H1.HeaderClassName
{
color: #25261E;
}
.AnyTagClassName
{
color: #25261E;
}
</style>
background-color css
<style>
a { background-color: #25261E; }
a { background-color: rgb(37,38,30); }
div.DivClassName
{
background-color: #25261E;
}
.BgClassName
{
background-color: #25261E;
}
</style>
border-color css
<style>
span { border-color: #25261E; }
span { border-color: rgb(37,38,30); }
td.TdClassName
{
border-color: #25261E;
}
.TagClassName
{
border-color: #25261E;
}
</style>