Shades of Watercourse #02784E
Tints of Watercourse #02784E
RGB
CMYK
RGB Variations
Color information
#02784E (or 0x02784E) is known color: Watercourse. HEX triplet: 02, 78 and 4E. RGB value is (2,120,78). Sum of RGB (Red+Green+Blue) = 2+120+78=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #02784E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02784E is #FD87B1. Grayscale: #4F4F4F. Windows color (decimal): -16615346 or 5142530. OLE color: 5142530.
HSL color Cylindrical-coordinate representation of color #02784E: hue angle of 158.64º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02784E is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 120 | 78 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.53 |
| HSL | 158.64º | 0.97% | 0.24% | - |
| HSV(B) | 158.64º | 0.98% | 0.47% | - |
| XYZ | 8.12 | 14 | 9.48 | - |
| YUV | 79.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 78 | 0.98 | 0 | 0.35 | 0.53 | 158.64 | 0.97 | 0.24 |
| Hex | 2 | 78 | 4E | 62 | 0 | 23 | 35 | 9F | 61 | 18 |
| Octal | 2 | 170 | 116 | 142 | 0 | 43 | 65 | 237 | 141 | 30 |
| Binary | 10 | 1111000 | 1001110 | 1100010 | 0 | 100011 | 110101 | 10011111 | 1100001 | 11000 |
Color Harmonies of #02784E
Complementary color
Monochromatic Colors of #02784E
Black with #02784E
Text Example
Text Example
White with #02784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02784E; }
p { color: rgb(2,120,78); }
H1.HeaderClassName
{
color: #02784E;
}
.AnyTagClassName
{
color: #02784E;
}
</style>
background-color css
<style>
a { background-color: #02784E; }
a { background-color: rgb(2,120,78); }
div.DivClassName
{
background-color: #02784E;
}
.BgClassName
{
background-color: #02784E;
}
</style>
border-color css
<style>
span { border-color: #02784E; }
span { border-color: rgb(2,120,78); }
td.TdClassName
{
border-color: #02784E;
}
.TagClassName
{
border-color: #02784E;
}
</style>