Shades of Watercourse #027E4F
Tints of Watercourse #027E4F
RGB
CMYK
RGB Variations
Color information
#027E4F (or 0x027E4F) is known color: Watercourse. HEX triplet: 02, 7E and 4F. RGB value is (2,126,79). Sum of RGB (Red+Green+Blue) = 2+126+79=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #027E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E4F is #FD81B0. Grayscale: #535353. Windows color (decimal): -16613809 or 5209602. OLE color: 5209602.
HSL color Cylindrical-coordinate representation of color #027E4F: hue angle of 157.26º 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 #027E4F is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 79 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.51 |
| HSL | 157.26º | 0.97% | 0.25% | - |
| HSV(B) | 157.26º | 0.98% | 0.49% | - |
| XYZ | 8.9 | 15.5 | 9.92 | - |
| YUV | 83.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 79 | 0.98 | 0 | 0.37 | 0.51 | 157.26 | 0.97 | 0.25 |
| Hex | 2 | 7E | 4F | 62 | 0 | 25 | 33 | 9D | 61 | 19 |
| Octal | 2 | 176 | 117 | 142 | 0 | 45 | 63 | 235 | 141 | 31 |
| Binary | 10 | 1111110 | 1001111 | 1100010 | 0 | 100101 | 110011 | 10011101 | 1100001 | 11001 |
Color Harmonies of #027E4F
Complementary color
Monochromatic Colors of #027E4F
Black with #027E4F
Text Example
Text Example
White with #027E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E4F; }
p { color: rgb(2,126,79); }
H1.HeaderClassName
{
color: #027E4F;
}
.AnyTagClassName
{
color: #027E4F;
}
</style>
background-color css
<style>
a { background-color: #027E4F; }
a { background-color: rgb(2,126,79); }
div.DivClassName
{
background-color: #027E4F;
}
.BgClassName
{
background-color: #027E4F;
}
</style>
border-color css
<style>
span { border-color: #027E4F; }
span { border-color: rgb(2,126,79); }
td.TdClassName
{
border-color: #027E4F;
}
.TagClassName
{
border-color: #027E4F;
}
</style>