Shades of Watercourse #028350
Tints of Watercourse #028350
RGB
CMYK
RGB Variations
Color information
#028350 (or 0x028350) is known color: Watercourse. HEX triplet: 02, 83 and 50. RGB value is (2,131,80). Sum of RGB (Red+Green+Blue) = 2+131+80=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #028350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028350 is #FD7CAF. Grayscale: #565656. Windows color (decimal): -16612528 or 5276418. OLE color: 5276418.
HSL color Cylindrical-coordinate representation of color #028350: hue angle of 156.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028350 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 80 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.49 |
| HSL | 156.28º | 0.97% | 0.26% | - |
| HSV(B) | 156.28º | 0.98% | 0.51% | - |
| XYZ | 9.59 | 16.82 | 10.33 | - |
| YUV | 86.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 80 | 0.98 | 0 | 0.39 | 0.49 | 156.28 | 0.97 | 0.26 |
| Hex | 2 | 83 | 50 | 62 | 0 | 27 | 31 | 9C | 61 | 1A |
| Octal | 2 | 203 | 120 | 142 | 0 | 47 | 61 | 234 | 141 | 32 |
| Binary | 10 | 10000011 | 1010000 | 1100010 | 0 | 100111 | 110001 | 10011100 | 1100001 | 11010 |
Color Harmonies of #028350
Complementary color
Monochromatic Colors of #028350
Black with #028350
Text Example
Text Example
White with #028350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028350; }
p { color: rgb(2,131,80); }
H1.HeaderClassName
{
color: #028350;
}
.AnyTagClassName
{
color: #028350;
}
</style>
background-color css
<style>
a { background-color: #028350; }
a { background-color: rgb(2,131,80); }
div.DivClassName
{
background-color: #028350;
}
.BgClassName
{
background-color: #028350;
}
</style>
border-color css
<style>
span { border-color: #028350; }
span { border-color: rgb(2,131,80); }
td.TdClassName
{
border-color: #028350;
}
.TagClassName
{
border-color: #028350;
}
</style>