Shades of Watercourse #008251
Tints of Watercourse #008251
RGB
CMYK
RGB Variations
Color information
#008251 (or 0x008251) is known color: Watercourse. HEX triplet: 00, 82 and 51. RGB value is (0,130,81). Sum of RGB (Red+Green+Blue) = 0+130+81=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #008251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008251 is #FF7DAE. Grayscale: #555555. Windows color (decimal): -16743855 or 5341696. OLE color: 5341696.
HSL color Cylindrical-coordinate representation of color #008251: hue angle of 157.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008251 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 81 | - |
| CMYK | 1 | 0 | 0.38 | 0.49 |
| HSL | 157.38º | 1% | 0.25% | - |
| HSV(B) | 157.38º | 1% | 0.51% | - |
| XYZ | 9.47 | 16.56 | 10.48 | - |
| YUV | 85.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 81 | 1 | 0 | 0.38 | 0.49 | 157.38 | 1 | 0.25 |
| Hex | 0 | 82 | 51 | 64 | 0 | 26 | 31 | 9D | 64 | 19 |
| Octal | 0 | 202 | 121 | 144 | 0 | 46 | 61 | 235 | 144 | 31 |
| Binary | 0 | 10000010 | 1010001 | 1100100 | 0 | 100110 | 110001 | 10011101 | 1100100 | 11001 |
Color Harmonies of #008251
Complementary color
Monochromatic Colors of #008251
Black with #008251
Text Example
Text Example
White with #008251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008251; }
p { color: rgb(0,130,81); }
H1.HeaderClassName
{
color: #008251;
}
.AnyTagClassName
{
color: #008251;
}
</style>
background-color css
<style>
a { background-color: #008251; }
a { background-color: rgb(0,130,81); }
div.DivClassName
{
background-color: #008251;
}
.BgClassName
{
background-color: #008251;
}
</style>
border-color css
<style>
span { border-color: #008251; }
span { border-color: rgb(0,130,81); }
td.TdClassName
{
border-color: #008251;
}
.TagClassName
{
border-color: #008251;
}
</style>