Shades of Watercourse #026941
Tints of Watercourse #026941
RGB
CMYK
RGB Variations
Color information
#026941 (or 0x026941) is known color: Watercourse. HEX triplet: 02, 69 and 41. RGB value is (2,105,65). Sum of RGB (Red+Green+Blue) = 2+105+65=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #026941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026941 is #FD96BE. Grayscale: #454545. Windows color (decimal): -16619199 or 4286722. OLE color: 4286722.
HSL color Cylindrical-coordinate representation of color #026941: hue angle of 156.7º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026941 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 65 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.59 |
| HSL | 156.7º | 0.96% | 0.21% | - |
| HSV(B) | 156.7º | 0.98% | 0.41% | - |
| XYZ | 6.03 | 10.5 | 6.71 | - |
| YUV | 69.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 65 | 0.98 | 0 | 0.38 | 0.59 | 156.7 | 0.96 | 0.21 |
| Hex | 2 | 69 | 41 | 62 | 0 | 26 | 3B | 9D | 60 | 15 |
| Octal | 2 | 151 | 101 | 142 | 0 | 46 | 73 | 235 | 140 | 25 |
| Binary | 10 | 1101001 | 1000001 | 1100010 | 0 | 100110 | 111011 | 10011101 | 1100000 | 10101 |
Color Harmonies of #026941
Complementary color
Monochromatic Colors of #026941
Black with #026941
Text Example
Text Example
White with #026941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026941; }
p { color: rgb(2,105,65); }
H1.HeaderClassName
{
color: #026941;
}
.AnyTagClassName
{
color: #026941;
}
</style>
background-color css
<style>
a { background-color: #026941; }
a { background-color: rgb(2,105,65); }
div.DivClassName
{
background-color: #026941;
}
.BgClassName
{
background-color: #026941;
}
</style>
border-color css
<style>
span { border-color: #026941; }
span { border-color: rgb(2,105,65); }
td.TdClassName
{
border-color: #026941;
}
.TagClassName
{
border-color: #026941;
}
</style>