Shades of Watercourse #026D42
Tints of Watercourse #026D42
RGB
CMYK
RGB Variations
Color information
#026D42 (or 0x026D42) is known color: Watercourse. HEX triplet: 02, 6D and 42. RGB value is (2,109,66). Sum of RGB (Red+Green+Blue) = 2+109+66=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #026D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D42 is #FD92BD. Grayscale: #484848. Windows color (decimal): -16618174 or 4353282. OLE color: 4353282.
HSL color Cylindrical-coordinate representation of color #026D42: hue angle of 155.89º 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 #026D42 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 66 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.57 |
| HSL | 155.89º | 0.96% | 0.22% | - |
| HSV(B) | 155.89º | 0.98% | 0.43% | - |
| XYZ | 6.48 | 11.34 | 7 | - |
| YUV | 72.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 66 | 0.98 | 0 | 0.39 | 0.57 | 155.89 | 0.96 | 0.22 |
| Hex | 2 | 6D | 42 | 62 | 0 | 27 | 39 | 9C | 60 | 16 |
| Octal | 2 | 155 | 102 | 142 | 0 | 47 | 71 | 234 | 140 | 26 |
| Binary | 10 | 1101101 | 1000010 | 1100010 | 0 | 100111 | 111001 | 10011100 | 1100000 | 10110 |
Color Harmonies of #026D42
Complementary color
Monochromatic Colors of #026D42
Black with #026D42
Text Example
Text Example
White with #026D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D42; }
p { color: rgb(2,109,66); }
H1.HeaderClassName
{
color: #026D42;
}
.AnyTagClassName
{
color: #026D42;
}
</style>
background-color css
<style>
a { background-color: #026D42; }
a { background-color: rgb(2,109,66); }
div.DivClassName
{
background-color: #026D42;
}
.BgClassName
{
background-color: #026D42;
}
</style>
border-color css
<style>
span { border-color: #026D42; }
span { border-color: rgb(2,109,66); }
td.TdClassName
{
border-color: #026D42;
}
.TagClassName
{
border-color: #026D42;
}
</style>