Shades of Watercourse #026E46
Tints of Watercourse #026E46
RGB
CMYK
RGB Variations
Color information
#026E46 (or 0x026E46) is known color: Watercourse. HEX triplet: 02, 6E and 46. RGB value is (2,110,70). Sum of RGB (Red+Green+Blue) = 2+110+70=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #026E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E46 is #FD91B9. Grayscale: #494949. Windows color (decimal): -16617914 or 4615682. OLE color: 4615682.
HSL color Cylindrical-coordinate representation of color #026E46: hue angle of 157.78º 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 #026E46 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 70 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.57 |
| HSL | 157.78º | 0.96% | 0.22% | - |
| HSV(B) | 157.78º | 0.98% | 0.43% | - |
| XYZ | 6.71 | 11.61 | 7.68 | - |
| YUV | 73.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 70 | 0.98 | 0 | 0.36 | 0.57 | 157.78 | 0.96 | 0.22 |
| Hex | 2 | 6E | 46 | 62 | 0 | 24 | 39 | 9E | 60 | 16 |
| Octal | 2 | 156 | 106 | 142 | 0 | 44 | 71 | 236 | 140 | 26 |
| Binary | 10 | 1101110 | 1000110 | 1100010 | 0 | 100100 | 111001 | 10011110 | 1100000 | 10110 |
Color Harmonies of #026E46
Complementary color
Monochromatic Colors of #026E46
Black with #026E46
Text Example
Text Example
White with #026E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E46; }
p { color: rgb(2,110,70); }
H1.HeaderClassName
{
color: #026E46;
}
.AnyTagClassName
{
color: #026E46;
}
</style>
background-color css
<style>
a { background-color: #026E46; }
a { background-color: rgb(2,110,70); }
div.DivClassName
{
background-color: #026E46;
}
.BgClassName
{
background-color: #026E46;
}
</style>
border-color css
<style>
span { border-color: #026E46; }
span { border-color: rgb(2,110,70); }
td.TdClassName
{
border-color: #026E46;
}
.TagClassName
{
border-color: #026E46;
}
</style>