Shades of Watercourse #027346
Tints of Watercourse #027346
RGB
CMYK
RGB Variations
Color information
#027346 (or 0x027346) is known color: Watercourse. HEX triplet: 02, 73 and 46. RGB value is (2,115,70). Sum of RGB (Red+Green+Blue) = 2+115+70=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #027346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027346 is #FD8CB9. Grayscale: #4C4C4C. Windows color (decimal): -16616634 or 4616962. OLE color: 4616962.
HSL color Cylindrical-coordinate representation of color #027346: hue angle of 156.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027346 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 70 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.55 |
| HSL | 156.11º | 0.97% | 0.23% | - |
| HSV(B) | 156.11º | 0.98% | 0.45% | - |
| XYZ | 7.26 | 12.72 | 7.87 | - |
| YUV | 76.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 70 | 0.98 | 0 | 0.39 | 0.55 | 156.11 | 0.97 | 0.23 |
| Hex | 2 | 73 | 46 | 62 | 0 | 27 | 37 | 9C | 61 | 17 |
| Octal | 2 | 163 | 106 | 142 | 0 | 47 | 67 | 234 | 141 | 27 |
| Binary | 10 | 1110011 | 1000110 | 1100010 | 0 | 100111 | 110111 | 10011100 | 1100001 | 10111 |
Color Harmonies of #027346
Complementary color
Monochromatic Colors of #027346
Black with #027346
Text Example
Text Example
White with #027346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027346; }
p { color: rgb(2,115,70); }
H1.HeaderClassName
{
color: #027346;
}
.AnyTagClassName
{
color: #027346;
}
</style>
background-color css
<style>
a { background-color: #027346; }
a { background-color: rgb(2,115,70); }
div.DivClassName
{
background-color: #027346;
}
.BgClassName
{
background-color: #027346;
}
</style>
border-color css
<style>
span { border-color: #027346; }
span { border-color: rgb(2,115,70); }
td.TdClassName
{
border-color: #027346;
}
.TagClassName
{
border-color: #027346;
}
</style>