Shades of Watercourse #02684A
Tints of Watercourse #02684A
RGB
CMYK
RGB Variations
Color information
#02684A (or 0x02684A) is known color: Watercourse. HEX triplet: 02, 68 and 4A. RGB value is (2,104,74). Sum of RGB (Red+Green+Blue) = 2+104+74=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #02684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02684A is #FD97B5. Grayscale: #464646. Windows color (decimal): -16619446 or 4876290. OLE color: 4876290.
HSL color Cylindrical-coordinate representation of color #02684A: hue angle of 162.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02684A is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 74 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.59 |
| HSL | 162.35º | 0.96% | 0.21% | - |
| HSV(B) | 162.35º | 0.98% | 0.41% | - |
| XYZ | 6.21 | 10.41 | 8.16 | - |
| YUV | 70.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 74 | 0.98 | 0 | 0.29 | 0.59 | 162.35 | 0.96 | 0.21 |
| Hex | 2 | 68 | 4A | 62 | 0 | 1D | 3B | A2 | 60 | 15 |
| Octal | 2 | 150 | 112 | 142 | 0 | 35 | 73 | 242 | 140 | 25 |
| Binary | 10 | 1101000 | 1001010 | 1100010 | 0 | 11101 | 111011 | 10100010 | 1100000 | 10101 |
Color Harmonies of #02684A
Complementary color
Monochromatic Colors of #02684A
Black with #02684A
Text Example
Text Example
White with #02684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02684A; }
p { color: rgb(2,104,74); }
H1.HeaderClassName
{
color: #02684A;
}
.AnyTagClassName
{
color: #02684A;
}
</style>
background-color css
<style>
a { background-color: #02684A; }
a { background-color: rgb(2,104,74); }
div.DivClassName
{
background-color: #02684A;
}
.BgClassName
{
background-color: #02684A;
}
</style>
border-color css
<style>
span { border-color: #02684A; }
span { border-color: rgb(2,104,74); }
td.TdClassName
{
border-color: #02684A;
}
.TagClassName
{
border-color: #02684A;
}
</style>