Shades of Watercourse #02714E
Tints of Watercourse #02714E
RGB
CMYK
RGB Variations
Color information
#02714E (or 0x02714E) is known color: Watercourse. HEX triplet: 02, 71 and 4E. RGB value is (2,113,78). Sum of RGB (Red+Green+Blue) = 2+113+78=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #02714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02714E is #FD8EB1. Grayscale: #4B4B4B. Windows color (decimal): -16617138 or 5140738. OLE color: 5140738.
HSL color Cylindrical-coordinate representation of color #02714E: hue angle of 161.08º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02714E is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 78 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.56 |
| HSL | 161.08º | 0.97% | 0.23% | - |
| HSV(B) | 161.08º | 0.98% | 0.44% | - |
| XYZ | 7.31 | 12.37 | 9.21 | - |
| YUV | 75.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 78 | 0.98 | 0 | 0.31 | 0.56 | 161.08 | 0.97 | 0.23 |
| Hex | 2 | 71 | 4E | 62 | 0 | 1F | 38 | A1 | 61 | 17 |
| Octal | 2 | 161 | 116 | 142 | 0 | 37 | 70 | 241 | 141 | 27 |
| Binary | 10 | 1110001 | 1001110 | 1100010 | 0 | 11111 | 111000 | 10100001 | 1100001 | 10111 |
Color Harmonies of #02714E
Complementary color
Monochromatic Colors of #02714E
Black with #02714E
Text Example
Text Example
White with #02714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02714E; }
p { color: rgb(2,113,78); }
H1.HeaderClassName
{
color: #02714E;
}
.AnyTagClassName
{
color: #02714E;
}
</style>
background-color css
<style>
a { background-color: #02714E; }
a { background-color: rgb(2,113,78); }
div.DivClassName
{
background-color: #02714E;
}
.BgClassName
{
background-color: #02714E;
}
</style>
border-color css
<style>
span { border-color: #02714E; }
span { border-color: rgb(2,113,78); }
td.TdClassName
{
border-color: #02714E;
}
.TagClassName
{
border-color: #02714E;
}
</style>