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