Shades of Watercourse #027D4E
Tints of Watercourse #027D4E
RGB
CMYK
RGB Variations
Color information
#027D4E (or 0x027D4E) is known color: Watercourse. HEX triplet: 02, 7D and 4E. RGB value is (2,125,78). Sum of RGB (Red+Green+Blue) = 2+125+78=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #027D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027D4E is #FD82B1. Grayscale: #525252. Windows color (decimal): -16614066 or 5143810. OLE color: 5143810.
HSL color Cylindrical-coordinate representation of color #027D4E: hue angle of 157.07º 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 #027D4E is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 125 | 78 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.51 |
| HSL | 157.07º | 0.97% | 0.25% | - |
| HSV(B) | 157.07º | 0.98% | 0.49% | - |
| XYZ | 8.73 | 15.23 | 9.69 | - |
| YUV | 82.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 78 | 0.98 | 0 | 0.38 | 0.51 | 157.07 | 0.97 | 0.25 |
| Hex | 2 | 7D | 4E | 62 | 0 | 26 | 33 | 9D | 61 | 19 |
| Octal | 2 | 175 | 116 | 142 | 0 | 46 | 63 | 235 | 141 | 31 |
| Binary | 10 | 1111101 | 1001110 | 1100010 | 0 | 100110 | 110011 | 10011101 | 1100001 | 11001 |
Color Harmonies of #027D4E
Complementary color
Monochromatic Colors of #027D4E
Black with #027D4E
Text Example
Text Example
White with #027D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D4E; }
p { color: rgb(2,125,78); }
H1.HeaderClassName
{
color: #027D4E;
}
.AnyTagClassName
{
color: #027D4E;
}
</style>
background-color css
<style>
a { background-color: #027D4E; }
a { background-color: rgb(2,125,78); }
div.DivClassName
{
background-color: #027D4E;
}
.BgClassName
{
background-color: #027D4E;
}
</style>
border-color css
<style>
span { border-color: #027D4E; }
span { border-color: rgb(2,125,78); }
td.TdClassName
{
border-color: #027D4E;
}
.TagClassName
{
border-color: #027D4E;
}
</style>