Shades of Watercourse #027D49
Tints of Watercourse #027D49
RGB
CMYK
RGB Variations
Color information
#027D49 (or 0x027D49) is known color: Watercourse. HEX triplet: 02, 7D and 49. RGB value is (2,125,73). Sum of RGB (Red+Green+Blue) = 2+125+73=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #027D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027D49 is #FD82B6. Grayscale: #525252. Windows color (decimal): -16614071 or 4816130. OLE color: 4816130.
HSL color Cylindrical-coordinate representation of color #027D49: hue angle of 154.63º 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 #027D49 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 125 | 73 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.51 |
| HSL | 154.63º | 0.97% | 0.25% | - |
| HSV(B) | 154.63º | 0.98% | 0.49% | - |
| XYZ | 8.56 | 15.16 | 8.78 | - |
| YUV | 82.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 73 | 0.98 | 0 | 0.42 | 0.51 | 154.63 | 0.97 | 0.25 |
| Hex | 2 | 7D | 49 | 62 | 0 | 2A | 33 | 9B | 61 | 19 |
| Octal | 2 | 175 | 111 | 142 | 0 | 52 | 63 | 233 | 141 | 31 |
| Binary | 10 | 1111101 | 1001001 | 1100010 | 0 | 101010 | 110011 | 10011011 | 1100001 | 11001 |
Color Harmonies of #027D49
Complementary color
Monochromatic Colors of #027D49
Black with #027D49
Text Example
Text Example
White with #027D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D49; }
p { color: rgb(2,125,73); }
H1.HeaderClassName
{
color: #027D49;
}
.AnyTagClassName
{
color: #027D49;
}
</style>
background-color css
<style>
a { background-color: #027D49; }
a { background-color: rgb(2,125,73); }
div.DivClassName
{
background-color: #027D49;
}
.BgClassName
{
background-color: #027D49;
}
</style>
border-color css
<style>
span { border-color: #027D49; }
span { border-color: rgb(2,125,73); }
td.TdClassName
{
border-color: #027D49;
}
.TagClassName
{
border-color: #027D49;
}
</style>