Shades of Watercourse #027853
Tints of Watercourse #027853
RGB
CMYK
RGB Variations
Color information
#027853 (or 0x027853) is known color: Watercourse. HEX triplet: 02, 78 and 53. RGB value is (2,120,83). Sum of RGB (Red+Green+Blue) = 2+120+83=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #027853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027853 is #FD87AC. Grayscale: #505050. Windows color (decimal): -16615341 or 5470210. OLE color: 5470210.
HSL color Cylindrical-coordinate representation of color #027853: hue angle of 161.19º 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 #027853 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 120 | 83 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.53 |
| HSL | 161.19º | 0.97% | 0.24% | - |
| HSV(B) | 161.19º | 0.98% | 0.47% | - |
| XYZ | 8.3 | 14.07 | 10.46 | - |
| YUV | 80.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 83 | 0.98 | 0 | 0.31 | 0.53 | 161.19 | 0.97 | 0.24 |
| Hex | 2 | 78 | 53 | 62 | 0 | 1F | 35 | A1 | 61 | 18 |
| Octal | 2 | 170 | 123 | 142 | 0 | 37 | 65 | 241 | 141 | 30 |
| Binary | 10 | 1111000 | 1010011 | 1100010 | 0 | 11111 | 110101 | 10100001 | 1100001 | 11000 |
Color Harmonies of #027853
Complementary color
Monochromatic Colors of #027853
Black with #027853
Text Example
Text Example
White with #027853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027853; }
p { color: rgb(2,120,83); }
H1.HeaderClassName
{
color: #027853;
}
.AnyTagClassName
{
color: #027853;
}
</style>
background-color css
<style>
a { background-color: #027853; }
a { background-color: rgb(2,120,83); }
div.DivClassName
{
background-color: #027853;
}
.BgClassName
{
background-color: #027853;
}
</style>
border-color css
<style>
span { border-color: #027853; }
span { border-color: rgb(2,120,83); }
td.TdClassName
{
border-color: #027853;
}
.TagClassName
{
border-color: #027853;
}
</style>