Shades of Watercourse #027C49
Tints of Watercourse #027C49
RGB
CMYK
RGB Variations
Color information
#027C49 (or 0x027C49) is known color: Watercourse. HEX triplet: 02, 7C and 49. RGB value is (2,124,73). Sum of RGB (Red+Green+Blue) = 2+124+73=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #027C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C49 is #FD83B6. Grayscale: #515151. Windows color (decimal): -16614327 or 4815874. OLE color: 4815874.
HSL color Cylindrical-coordinate representation of color #027C49: hue angle of 154.92º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C49 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 124 | 73 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.51 |
| HSL | 154.92º | 0.97% | 0.25% | - |
| HSV(B) | 154.92º | 0.98% | 0.49% | - |
| XYZ | 8.44 | 14.91 | 8.74 | - |
| YUV | 81.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 73 | 0.98 | 0 | 0.41 | 0.51 | 154.92 | 0.97 | 0.25 |
| Hex | 2 | 7C | 49 | 62 | 0 | 29 | 33 | 9B | 61 | 19 |
| Octal | 2 | 174 | 111 | 142 | 0 | 51 | 63 | 233 | 141 | 31 |
| Binary | 10 | 1111100 | 1001001 | 1100010 | 0 | 101001 | 110011 | 10011011 | 1100001 | 11001 |
Color Harmonies of #027C49
Complementary color
Monochromatic Colors of #027C49
Black with #027C49
Text Example
Text Example
White with #027C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C49; }
p { color: rgb(2,124,73); }
H1.HeaderClassName
{
color: #027C49;
}
.AnyTagClassName
{
color: #027C49;
}
</style>
background-color css
<style>
a { background-color: #027C49; }
a { background-color: rgb(2,124,73); }
div.DivClassName
{
background-color: #027C49;
}
.BgClassName
{
background-color: #027C49;
}
</style>
border-color css
<style>
span { border-color: #027C49; }
span { border-color: rgb(2,124,73); }
td.TdClassName
{
border-color: #027C49;
}
.TagClassName
{
border-color: #027C49;
}
</style>