Shades of Watercourse #02674D
Tints of Watercourse #02674D
RGB
CMYK
RGB Variations
Color information
#02674D (or 0x02674D) is known color: Watercourse. HEX triplet: 02, 67 and 4D. RGB value is (2,103,77). Sum of RGB (Red+Green+Blue) = 2+103+77=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #02674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02674D is #FD98B2. Grayscale: #454545. Windows color (decimal): -16619699 or 5072642. OLE color: 5072642.
HSL color Cylindrical-coordinate representation of color #02674D: hue angle of 164.55º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02674D is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 77 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.60 |
| HSL | 164.55º | 0.96% | 0.21% | - |
| HSV(B) | 164.55º | 0.98% | 0.4% | - |
| XYZ | 6.21 | 10.25 | 8.67 | - |
| YUV | 69.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 77 | 0.98 | 0 | 0.25 | 0.60 | 164.55 | 0.96 | 0.21 |
| Hex | 2 | 67 | 4D | 62 | 0 | 19 | 3C | A5 | 60 | 15 |
| Octal | 2 | 147 | 115 | 142 | 0 | 31 | 74 | 245 | 140 | 25 |
| Binary | 10 | 1100111 | 1001101 | 1100010 | 0 | 11001 | 111100 | 10100101 | 1100000 | 10101 |
Color Harmonies of #02674D
Complementary color
Monochromatic Colors of #02674D
Black with #02674D
Text Example
Text Example
White with #02674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02674D; }
p { color: rgb(2,103,77); }
H1.HeaderClassName
{
color: #02674D;
}
.AnyTagClassName
{
color: #02674D;
}
</style>
background-color css
<style>
a { background-color: #02674D; }
a { background-color: rgb(2,103,77); }
div.DivClassName
{
background-color: #02674D;
}
.BgClassName
{
background-color: #02674D;
}
</style>
border-color css
<style>
span { border-color: #02674D; }
span { border-color: rgb(2,103,77); }
td.TdClassName
{
border-color: #02674D;
}
.TagClassName
{
border-color: #02674D;
}
</style>