Shades of Watercourse #027E49
Tints of Watercourse #027E49
RGB
CMYK
RGB Variations
Color information
#027E49 (or 0x027E49) is known color: Watercourse. HEX triplet: 02, 7E and 49. RGB value is (2,126,73). Sum of RGB (Red+Green+Blue) = 2+126+73=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #027E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E49 is #FD81B6. Grayscale: #525252. Windows color (decimal): -16613815 or 4816386. OLE color: 4816386.
HSL color Cylindrical-coordinate representation of color #027E49: hue angle of 154.35º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E49 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 73 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.51 |
| HSL | 154.35º | 0.97% | 0.25% | - |
| HSV(B) | 154.35º | 0.98% | 0.49% | - |
| XYZ | 8.69 | 15.42 | 8.82 | - |
| YUV | 82.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 73 | 0.98 | 0 | 0.42 | 0.51 | 154.35 | 0.97 | 0.25 |
| Hex | 2 | 7E | 49 | 62 | 0 | 2A | 33 | 9A | 61 | 19 |
| Octal | 2 | 176 | 111 | 142 | 0 | 52 | 63 | 232 | 141 | 31 |
| Binary | 10 | 1111110 | 1001001 | 1100010 | 0 | 101010 | 110011 | 10011010 | 1100001 | 11001 |
Color Harmonies of #027E49
Complementary color
Monochromatic Colors of #027E49
Black with #027E49
Text Example
Text Example
White with #027E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E49; }
p { color: rgb(2,126,73); }
H1.HeaderClassName
{
color: #027E49;
}
.AnyTagClassName
{
color: #027E49;
}
</style>
background-color css
<style>
a { background-color: #027E49; }
a { background-color: rgb(2,126,73); }
div.DivClassName
{
background-color: #027E49;
}
.BgClassName
{
background-color: #027E49;
}
</style>
border-color css
<style>
span { border-color: #027E49; }
span { border-color: rgb(2,126,73); }
td.TdClassName
{
border-color: #027E49;
}
.TagClassName
{
border-color: #027E49;
}
</style>