Shades of Green Waterloo #252807
Tints of Green Waterloo #252807
RGB
CMYK
RGB Variations
Color information
#252807 (or 0x252807) is known color: Green Waterloo. HEX triplet: 25, 28 and 07. RGB value is (37,40,7). Sum of RGB (Red+Green+Blue) = 37+40+7=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #252807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252807 is #DAD7F8. Grayscale: #232323. Windows color (decimal): -14342137 or 469029. OLE color: 469029.
HSL color Cylindrical-coordinate representation of color #252807: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252807 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 40 | 7 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.84 |
| HSL | 65.45º | 0.7% | 0.09% | - |
| HSV(B) | 65.45º | 0.83% | 0.16% | - |
| XYZ | 1.56 | 1.93 | 0.49 | - |
| YUV | 35.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 7 | 0.07 | 0 | 0.83 | 0.84 | 65.45 | 0.7 | 0.09 |
| Hex | 25 | 28 | 7 | 7 | 0 | 53 | 54 | 41 | 46 | 9 |
| Octal | 45 | 50 | 7 | 7 | 0 | 123 | 124 | 101 | 106 | 11 |
| Binary | 100101 | 101000 | 111 | 111 | 0 | 1010011 | 1010100 | 1000001 | 1000110 | 1001 |
Color Harmonies of #252807
Complementary color
Monochromatic Colors of #252807
Black with #252807
Text Example
Text Example
White with #252807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252807; }
p { color: rgb(37,40,7); }
H1.HeaderClassName
{
color: #252807;
}
.AnyTagClassName
{
color: #252807;
}
</style>
background-color css
<style>
a { background-color: #252807; }
a { background-color: rgb(37,40,7); }
div.DivClassName
{
background-color: #252807;
}
.BgClassName
{
background-color: #252807;
}
</style>
border-color css
<style>
span { border-color: #252807; }
span { border-color: rgb(37,40,7); }
td.TdClassName
{
border-color: #252807;
}
.TagClassName
{
border-color: #252807;
}
</style>