Shades of Watercourse #02814C
Tints of Watercourse #02814C
RGB
CMYK
RGB Variations
Color information
#02814C (or 0x02814C) is known color: Watercourse. HEX triplet: 02, 81 and 4C. RGB value is (2,129,76). Sum of RGB (Red+Green+Blue) = 2+129+76=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #02814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02814C is #FD7EB3. Grayscale: #555555. Windows color (decimal): -16613044 or 5013762. OLE color: 5013762.
HSL color Cylindrical-coordinate representation of color #02814C: hue angle of 154.96º 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 #02814C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 76 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.49 |
| HSL | 154.96º | 0.97% | 0.26% | - |
| HSV(B) | 154.96º | 0.98% | 0.51% | - |
| XYZ | 9.18 | 16.24 | 9.49 | - |
| YUV | 84.99 | 122.92 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 76 | 0.98 | 0 | 0.41 | 0.49 | 154.96 | 0.97 | 0.26 |
| Hex | 2 | 81 | 4C | 62 | 0 | 29 | 31 | 9B | 61 | 1A |
| Octal | 2 | 201 | 114 | 142 | 0 | 51 | 61 | 233 | 141 | 32 |
| Binary | 10 | 10000001 | 1001100 | 1100010 | 0 | 101001 | 110001 | 10011011 | 1100001 | 11010 |
Color Harmonies of #02814C
Complementary color
Monochromatic Colors of #02814C
Black with #02814C
Text Example
Text Example
White with #02814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02814C; }
p { color: rgb(2,129,76); }
H1.HeaderClassName
{
color: #02814C;
}
.AnyTagClassName
{
color: #02814C;
}
</style>
background-color css
<style>
a { background-color: #02814C; }
a { background-color: rgb(2,129,76); }
div.DivClassName
{
background-color: #02814C;
}
.BgClassName
{
background-color: #02814C;
}
</style>
border-color css
<style>
span { border-color: #02814C; }
span { border-color: rgb(2,129,76); }
td.TdClassName
{
border-color: #02814C;
}
.TagClassName
{
border-color: #02814C;
}
</style>