Shades of Watercourse #02664A
Tints of Watercourse #02664A
RGB
CMYK
RGB Variations
Color information
#02664A (or 0x02664A) is known color: Watercourse. HEX triplet: 02, 66 and 4A. RGB value is (2,102,74). Sum of RGB (Red+Green+Blue) = 2+102+74=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #02664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02664A is #FD99B5. Grayscale: #444444. Windows color (decimal): -16619958 or 4875778. OLE color: 4875778.
HSL color Cylindrical-coordinate representation of color #02664A: hue angle of 163.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02664A is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 74 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.6 |
| HSL | 163.2º | 0.96% | 0.2% | - |
| HSV(B) | 163.2º | 0.98% | 0.4% | - |
| XYZ | 6.01 | 10.01 | 8.09 | - |
| YUV | 68.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 74 | 0.98 | 0 | 0.27 | 0.6 | 163.2 | 0.96 | 0.2 |
| Hex | 2 | 66 | 4A | 62 | 0 | 1B | 3C | A3 | 60 | 14 |
| Octal | 2 | 146 | 112 | 142 | 0 | 33 | 74 | 243 | 140 | 24 |
| Binary | 10 | 1100110 | 1001010 | 1100010 | 0 | 11011 | 111100 | 10100011 | 1100000 | 10100 |
Color Harmonies of #02664A
Complementary color
Monochromatic Colors of #02664A
Black with #02664A
Text Example
Text Example
White with #02664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02664A; }
p { color: rgb(2,102,74); }
H1.HeaderClassName
{
color: #02664A;
}
.AnyTagClassName
{
color: #02664A;
}
</style>
background-color css
<style>
a { background-color: #02664A; }
a { background-color: rgb(2,102,74); }
div.DivClassName
{
background-color: #02664A;
}
.BgClassName
{
background-color: #02664A;
}
</style>
border-color css
<style>
span { border-color: #02664A; }
span { border-color: rgb(2,102,74); }
td.TdClassName
{
border-color: #02664A;
}
.TagClassName
{
border-color: #02664A;
}
</style>