Shades of Green Waterloo #252614
Tints of Green Waterloo #252614
RGB
CMYK
RGB Variations
Color information
#252614 (or 0x252614) is known color: Green Waterloo. HEX triplet: 25, 26 and 14. RGB value is (37,38,20). Sum of RGB (Red+Green+Blue) = 37+38+20=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #252614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252614 is #DAD9EB. Grayscale: #232323. Windows color (decimal): -14342636 or 1320485. OLE color: 1320485.
HSL color Cylindrical-coordinate representation of color #252614: hue angle of 63.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #252614 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 20 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.85 |
| HSL | 63.33º | 0.31% | 0.11% | - |
| HSV(B) | 63.33º | 0.47% | 0.15% | - |
| XYZ | 1.58 | 1.83 | 0.93 | - |
| YUV | 35.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 20 | 0.03 | 0 | 0.47 | 0.85 | 63.33 | 0.31 | 0.11 |
| Hex | 25 | 26 | 14 | 3 | 0 | 2F | 55 | 3F | 1F | B |
| Octal | 45 | 46 | 24 | 3 | 0 | 57 | 125 | 77 | 37 | 13 |
| Binary | 100101 | 100110 | 10100 | 11 | 0 | 101111 | 1010101 | 111111 | 11111 | 1011 |
Color Harmonies of #252614
Complementary color
Monochromatic Colors of #252614
Black with #252614
Text Example
Text Example
White with #252614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252614; }
p { color: rgb(37,38,20); }
H1.HeaderClassName
{
color: #252614;
}
.AnyTagClassName
{
color: #252614;
}
</style>
background-color css
<style>
a { background-color: #252614; }
a { background-color: rgb(37,38,20); }
div.DivClassName
{
background-color: #252614;
}
.BgClassName
{
background-color: #252614;
}
</style>
border-color css
<style>
span { border-color: #252614; }
span { border-color: rgb(37,38,20); }
td.TdClassName
{
border-color: #252614;
}
.TagClassName
{
border-color: #252614;
}
</style>