Shades of Green Waterloo #25261F
Tints of Green Waterloo #25261F
RGB
CMYK
RGB Variations
Color information
#25261F (or 0x25261F) is known color: Green Waterloo. HEX triplet: 25, 26 and 1F. RGB value is (37,38,31). Sum of RGB (Red+Green+Blue) = 37+38+31=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 38 - color contains mainly: green. Hex color #25261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261F is #DAD9E0. Grayscale: #242424. Windows color (decimal): -14342625 or 2041381. OLE color: 2041381.
HSL color Cylindrical-coordinate representation of color #25261F: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #25261F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 31 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.85 |
| HSL | 68.57º | 0.1% | 0.14% | - |
| HSV(B) | 68.57º | 0.18% | 0.15% | - |
| XYZ | 1.7 | 1.88 | 1.57 | - |
| YUV | 36.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 31 | 0.03 | 0 | 0.18 | 0.85 | 68.57 | 0.1 | 0.14 |
| Hex | 25 | 26 | 1F | 3 | 0 | 12 | 55 | 45 | A | E |
| Octal | 45 | 46 | 37 | 3 | 0 | 22 | 125 | 105 | 12 | 16 |
| Binary | 100101 | 100110 | 11111 | 11 | 0 | 10010 | 1010101 | 1000101 | 1010 | 1110 |
Color Harmonies of #25261F
Complementary color
Monochromatic Colors of #25261F
Black with #25261F
Text Example
Text Example
White with #25261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25261F; }
p { color: rgb(37,38,31); }
H1.HeaderClassName
{
color: #25261F;
}
.AnyTagClassName
{
color: #25261F;
}
</style>
background-color css
<style>
a { background-color: #25261F; }
a { background-color: rgb(37,38,31); }
div.DivClassName
{
background-color: #25261F;
}
.BgClassName
{
background-color: #25261F;
}
</style>
border-color css
<style>
span { border-color: #25261F; }
span { border-color: rgb(37,38,31); }
td.TdClassName
{
border-color: #25261F;
}
.TagClassName
{
border-color: #25261F;
}
</style>