Shades of Watercourse #026A45
Tints of Watercourse #026A45
RGB
CMYK
RGB Variations
Color information
#026A45 (or 0x026A45) is known color: Watercourse. HEX triplet: 02, 6A and 45. RGB value is (2,106,69). Sum of RGB (Red+Green+Blue) = 2+106+69=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #026A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A45 is #FD95BA. Grayscale: #464646. Windows color (decimal): -16618939 or 4549122. OLE color: 4549122.
HSL color Cylindrical-coordinate representation of color #026A45: hue angle of 158.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A45 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 69 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.58 |
| HSL | 158.65º | 0.96% | 0.21% | - |
| HSV(B) | 158.65º | 0.98% | 0.42% | - |
| XYZ | 6.25 | 10.75 | 7.38 | - |
| YUV | 70.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 69 | 0.98 | 0 | 0.35 | 0.58 | 158.65 | 0.96 | 0.21 |
| Hex | 2 | 6A | 45 | 62 | 0 | 23 | 3A | 9F | 60 | 15 |
| Octal | 2 | 152 | 105 | 142 | 0 | 43 | 72 | 237 | 140 | 25 |
| Binary | 10 | 1101010 | 1000101 | 1100010 | 0 | 100011 | 111010 | 10011111 | 1100000 | 10101 |
Color Harmonies of #026A45
Complementary color
Monochromatic Colors of #026A45
Black with #026A45
Text Example
Text Example
White with #026A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A45; }
p { color: rgb(2,106,69); }
H1.HeaderClassName
{
color: #026A45;
}
.AnyTagClassName
{
color: #026A45;
}
</style>
background-color css
<style>
a { background-color: #026A45; }
a { background-color: rgb(2,106,69); }
div.DivClassName
{
background-color: #026A45;
}
.BgClassName
{
background-color: #026A45;
}
</style>
border-color css
<style>
span { border-color: #026A45; }
span { border-color: rgb(2,106,69); }
td.TdClassName
{
border-color: #026A45;
}
.TagClassName
{
border-color: #026A45;
}
</style>