Shades of Watercourse #026D4C
Tints of Watercourse #026D4C
RGB
CMYK
RGB Variations
Color information
#026D4C (or 0x026D4C) is known color: Watercourse. HEX triplet: 02, 6D and 4C. RGB value is (2,109,76). Sum of RGB (Red+Green+Blue) = 2+109+76=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #026D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D4C is #FD92B3. Grayscale: #494949. Windows color (decimal): -16618164 or 5008642. OLE color: 5008642.
HSL color Cylindrical-coordinate representation of color #026D4C: hue angle of 161.5º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D4C is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 76 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.57 |
| HSL | 161.5º | 0.96% | 0.22% | - |
| HSV(B) | 161.5º | 0.98% | 0.43% | - |
| XYZ | 6.8 | 11.47 | 8.69 | - |
| YUV | 73.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 76 | 0.98 | 0 | 0.30 | 0.57 | 161.5 | 0.96 | 0.22 |
| Hex | 2 | 6D | 4C | 62 | 0 | 1E | 39 | A1 | 60 | 16 |
| Octal | 2 | 155 | 114 | 142 | 0 | 36 | 71 | 241 | 140 | 26 |
| Binary | 10 | 1101101 | 1001100 | 1100010 | 0 | 11110 | 111001 | 10100001 | 1100000 | 10110 |
Color Harmonies of #026D4C
Complementary color
Monochromatic Colors of #026D4C
Black with #026D4C
Text Example
Text Example
White with #026D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D4C; }
p { color: rgb(2,109,76); }
H1.HeaderClassName
{
color: #026D4C;
}
.AnyTagClassName
{
color: #026D4C;
}
</style>
background-color css
<style>
a { background-color: #026D4C; }
a { background-color: rgb(2,109,76); }
div.DivClassName
{
background-color: #026D4C;
}
.BgClassName
{
background-color: #026D4C;
}
</style>
border-color css
<style>
span { border-color: #026D4C; }
span { border-color: rgb(2,109,76); }
td.TdClassName
{
border-color: #026D4C;
}
.TagClassName
{
border-color: #026D4C;
}
</style>