Shades of Watercourse #02624A
Tints of Watercourse #02624A
RGB
CMYK
RGB Variations
Color information
#02624A (or 0x02624A) is known color: Watercourse. HEX triplet: 02, 62 and 4A. RGB value is (2,98,74). Sum of RGB (Red+Green+Blue) = 2+98+74=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #02624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02624A is #FD9DB5. Grayscale: #424242. Windows color (decimal): -16620982 or 4874754. OLE color: 4874754.
HSL color Cylindrical-coordinate representation of color #02624A: hue angle of 165º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02624A is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 74 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.62 |
| HSL | 165º | 0.96% | 0.2% | - |
| HSV(B) | 165º | 0.98% | 0.38% | - |
| XYZ | 5.63 | 9.24 | 7.97 | - |
| YUV | 66.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 74 | 0.98 | 0 | 0.24 | 0.62 | 165 | 0.96 | 0.2 |
| Hex | 2 | 62 | 4A | 62 | 0 | 18 | 3E | A5 | 60 | 14 |
| Octal | 2 | 142 | 112 | 142 | 0 | 30 | 76 | 245 | 140 | 24 |
| Binary | 10 | 1100010 | 1001010 | 1100010 | 0 | 11000 | 111110 | 10100101 | 1100000 | 10100 |
Color Harmonies of #02624A
Complementary color
Monochromatic Colors of #02624A
Black with #02624A
Text Example
Text Example
White with #02624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02624A; }
p { color: rgb(2,98,74); }
H1.HeaderClassName
{
color: #02624A;
}
.AnyTagClassName
{
color: #02624A;
}
</style>
background-color css
<style>
a { background-color: #02624A; }
a { background-color: rgb(2,98,74); }
div.DivClassName
{
background-color: #02624A;
}
.BgClassName
{
background-color: #02624A;
}
</style>
border-color css
<style>
span { border-color: #02624A; }
span { border-color: rgb(2,98,74); }
td.TdClassName
{
border-color: #02624A;
}
.TagClassName
{
border-color: #02624A;
}
</style>