Shades of Watercourse #02704E
Tints of Watercourse #02704E
RGB
CMYK
RGB Variations
Color information
#02704E (or 0x02704E) is known color: Watercourse. HEX triplet: 02, 70 and 4E. RGB value is (2,112,78). Sum of RGB (Red+Green+Blue) = 2+112+78=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #02704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02704E is #FD8FB1. Grayscale: #4B4B4B. Windows color (decimal): -16617394 or 5140482. OLE color: 5140482.
HSL color Cylindrical-coordinate representation of color #02704E: hue angle of 161.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02704E is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 78 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.56 |
| HSL | 161.45º | 0.96% | 0.22% | - |
| HSV(B) | 161.45º | 0.98% | 0.44% | - |
| XYZ | 7.19 | 12.15 | 9.17 | - |
| YUV | 75.23 | 129.56 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 78 | 0.98 | 0 | 0.30 | 0.56 | 161.45 | 0.96 | 0.22 |
| Hex | 2 | 70 | 4E | 62 | 0 | 1E | 38 | A1 | 60 | 16 |
| Octal | 2 | 160 | 116 | 142 | 0 | 36 | 70 | 241 | 140 | 26 |
| Binary | 10 | 1110000 | 1001110 | 1100010 | 0 | 11110 | 111000 | 10100001 | 1100000 | 10110 |
Color Harmonies of #02704E
Complementary color
Monochromatic Colors of #02704E
Black with #02704E
Text Example
Text Example
White with #02704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02704E; }
p { color: rgb(2,112,78); }
H1.HeaderClassName
{
color: #02704E;
}
.AnyTagClassName
{
color: #02704E;
}
</style>
background-color css
<style>
a { background-color: #02704E; }
a { background-color: rgb(2,112,78); }
div.DivClassName
{
background-color: #02704E;
}
.BgClassName
{
background-color: #02704E;
}
</style>
border-color css
<style>
span { border-color: #02704E; }
span { border-color: rgb(2,112,78); }
td.TdClassName
{
border-color: #02704E;
}
.TagClassName
{
border-color: #02704E;
}
</style>