Shades of Green Waterloo #25261B
Tints of Green Waterloo #25261B
RGB
CMYK
RGB Variations
Color information
#25261B (or 0x25261B) is known color: Green Waterloo. HEX triplet: 25, 26 and 1B. RGB value is (37,38,27). Sum of RGB (Red+Green+Blue) = 37+38+27=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 38 - color contains mainly: green. Hex color #25261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261B is #DAD9E4. Grayscale: #242424. Windows color (decimal): -14342629 or 1779237. OLE color: 1779237.
HSL color Cylindrical-coordinate representation of color #25261B: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #25261B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 27 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.85 |
| HSL | 65.45º | 0.17% | 0.13% | - |
| HSV(B) | 65.45º | 0.29% | 0.15% | - |
| XYZ | 1.65 | 1.86 | 1.31 | - |
| YUV | 36.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 27 | 0.03 | 0 | 0.29 | 0.85 | 65.45 | 0.17 | 0.13 |
| Hex | 25 | 26 | 1B | 3 | 0 | 1D | 55 | 41 | 11 | D |
| Octal | 45 | 46 | 33 | 3 | 0 | 35 | 125 | 101 | 21 | 15 |
| Binary | 100101 | 100110 | 11011 | 11 | 0 | 11101 | 1010101 | 1000001 | 10001 | 1101 |
Color Harmonies of #25261B
Complementary color
Monochromatic Colors of #25261B
Black with #25261B
Text Example
Text Example
White with #25261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25261B; }
p { color: rgb(37,38,27); }
H1.HeaderClassName
{
color: #25261B;
}
.AnyTagClassName
{
color: #25261B;
}
</style>
background-color css
<style>
a { background-color: #25261B; }
a { background-color: rgb(37,38,27); }
div.DivClassName
{
background-color: #25261B;
}
.BgClassName
{
background-color: #25261B;
}
</style>
border-color css
<style>
span { border-color: #25261B; }
span { border-color: rgb(37,38,27); }
td.TdClassName
{
border-color: #25261B;
}
.TagClassName
{
border-color: #25261B;
}
</style>