Shades of Watercourse #026E47
Tints of Watercourse #026E47
RGB
CMYK
RGB Variations
Color information
#026E47 (or 0x026E47) is known color: Watercourse. HEX triplet: 02, 6E and 47. RGB value is (2,110,71). Sum of RGB (Red+Green+Blue) = 2+110+71=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #026E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026E47 is #FD91B8. Grayscale: #494949. Windows color (decimal): -16617913 or 4681218. OLE color: 4681218.
HSL color Cylindrical-coordinate representation of color #026E47: hue angle of 158.33º 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 #026E47 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 71 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.57 |
| HSL | 158.33º | 0.96% | 0.22% | - |
| HSV(B) | 158.33º | 0.98% | 0.43% | - |
| XYZ | 6.74 | 11.62 | 7.85 | - |
| YUV | 73.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 71 | 0.98 | 0 | 0.35 | 0.57 | 158.33 | 0.96 | 0.22 |
| Hex | 2 | 6E | 47 | 62 | 0 | 23 | 39 | 9E | 60 | 16 |
| Octal | 2 | 156 | 107 | 142 | 0 | 43 | 71 | 236 | 140 | 26 |
| Binary | 10 | 1101110 | 1000111 | 1100010 | 0 | 100011 | 111001 | 10011110 | 1100000 | 10110 |
Color Harmonies of #026E47
Complementary color
Monochromatic Colors of #026E47
Black with #026E47
Text Example
Text Example
White with #026E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E47; }
p { color: rgb(2,110,71); }
H1.HeaderClassName
{
color: #026E47;
}
.AnyTagClassName
{
color: #026E47;
}
</style>
background-color css
<style>
a { background-color: #026E47; }
a { background-color: rgb(2,110,71); }
div.DivClassName
{
background-color: #026E47;
}
.BgClassName
{
background-color: #026E47;
}
</style>
border-color css
<style>
span { border-color: #026E47; }
span { border-color: rgb(2,110,71); }
td.TdClassName
{
border-color: #026E47;
}
.TagClassName
{
border-color: #026E47;
}
</style>