Shades of Watercourse #027F4D
Tints of Watercourse #027F4D
RGB
CMYK
RGB Variations
Color information
#027F4D (or 0x027F4D) is known color: Watercourse. HEX triplet: 02, 7F and 4D. RGB value is (2,127,77). Sum of RGB (Red+Green+Blue) = 2+127+77=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #027F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027F4D is #FD80B2. Grayscale: #535353. Windows color (decimal): -16613555 or 5078786. OLE color: 5078786.
HSL color Cylindrical-coordinate representation of color #027F4D: hue angle of 156º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F4D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 77 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.50 |
| HSL | 156º | 0.97% | 0.25% | - |
| HSV(B) | 156º | 0.98% | 0.5% | - |
| XYZ | 8.95 | 15.73 | 9.58 | - |
| YUV | 83.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 77 | 0.98 | 0 | 0.39 | 0.50 | 156 | 0.97 | 0.25 |
| Hex | 2 | 7F | 4D | 62 | 0 | 27 | 32 | 9C | 61 | 19 |
| Octal | 2 | 177 | 115 | 142 | 0 | 47 | 62 | 234 | 141 | 31 |
| Binary | 10 | 1111111 | 1001101 | 1100010 | 0 | 100111 | 110010 | 10011100 | 1100001 | 11001 |
Color Harmonies of #027F4D
Complementary color
Monochromatic Colors of #027F4D
Black with #027F4D
Text Example
Text Example
White with #027F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F4D; }
p { color: rgb(2,127,77); }
H1.HeaderClassName
{
color: #027F4D;
}
.AnyTagClassName
{
color: #027F4D;
}
</style>
background-color css
<style>
a { background-color: #027F4D; }
a { background-color: rgb(2,127,77); }
div.DivClassName
{
background-color: #027F4D;
}
.BgClassName
{
background-color: #027F4D;
}
</style>
border-color css
<style>
span { border-color: #027F4D; }
span { border-color: rgb(2,127,77); }
td.TdClassName
{
border-color: #027F4D;
}
.TagClassName
{
border-color: #027F4D;
}
</style>