Shades of Watercourse #027E4D
Tints of Watercourse #027E4D
RGB
CMYK
RGB Variations
Color information
#027E4D (or 0x027E4D) is known color: Watercourse. HEX triplet: 02, 7E and 4D. RGB value is (2,126,77). Sum of RGB (Red+Green+Blue) = 2+126+77=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 126 (49.61% from 255 or 61.46% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 126 - color contains mainly: green. Hex color #027E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E4D is #FD81B2. Grayscale: #535353. Windows color (decimal): -16613811 or 5078530. OLE color: 5078530.
HSL color Cylindrical-coordinate representation of color #027E4D: hue angle of 156.29º 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 #027E4D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 77 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.51 |
| HSL | 156.29º | 0.97% | 0.25% | - |
| HSV(B) | 156.29º | 0.98% | 0.49% | - |
| XYZ | 8.83 | 15.47 | 9.54 | - |
| YUV | 83.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 77 | 0.98 | 0 | 0.39 | 0.51 | 156.29 | 0.97 | 0.25 |
| Hex | 2 | 7E | 4D | 62 | 0 | 27 | 33 | 9C | 61 | 19 |
| Octal | 2 | 176 | 115 | 142 | 0 | 47 | 63 | 234 | 141 | 31 |
| Binary | 10 | 1111110 | 1001101 | 1100010 | 0 | 100111 | 110011 | 10011100 | 1100001 | 11001 |
Color Harmonies of #027E4D
Complementary color
Monochromatic Colors of #027E4D
Black with #027E4D
Text Example
Text Example
White with #027E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E4D; }
p { color: rgb(2,126,77); }
H1.HeaderClassName
{
color: #027E4D;
}
.AnyTagClassName
{
color: #027E4D;
}
</style>
background-color css
<style>
a { background-color: #027E4D; }
a { background-color: rgb(2,126,77); }
div.DivClassName
{
background-color: #027E4D;
}
.BgClassName
{
background-color: #027E4D;
}
</style>
border-color css
<style>
span { border-color: #027E4D; }
span { border-color: rgb(2,126,77); }
td.TdClassName
{
border-color: #027E4D;
}
.TagClassName
{
border-color: #027E4D;
}
</style>