Shades of Observatory #028E77
Tints of Observatory #028E77
RGB
CMYK
RGB Variations
Color information
#028E77 (or 0x028E77) is known color: Observatory. HEX triplet: 02, 8E and 77. RGB value is (2,142,119). Sum of RGB (Red+Green+Blue) = 2+142+119=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #028E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E77 is #FD7188. Grayscale: #616161. Windows color (decimal): -16609673 or 7835138. OLE color: 7835138.
HSL color Cylindrical-coordinate representation of color #028E77: hue angle of 170.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E77 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 119 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.44 |
| HSL | 170.14º | 0.97% | 0.28% | - |
| HSV(B) | 170.14º | 0.99% | 0.56% | - |
| XYZ | 13.03 | 20.69 | 20.76 | - |
| YUV | 97.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 119 | 0.99 | 0 | 0.16 | 0.44 | 170.14 | 0.97 | 0.28 |
| Hex | 2 | 8E | 77 | 63 | 0 | 10 | 2C | AA | 61 | 1C |
| Octal | 2 | 216 | 167 | 143 | 0 | 20 | 54 | 252 | 141 | 34 |
| Binary | 10 | 10001110 | 1110111 | 1100011 | 0 | 10000 | 101100 | 10101010 | 1100001 | 11100 |
Color Harmonies of #028E77
Complementary color
Monochromatic Colors of #028E77
Black with #028E77
Text Example
Text Example
White with #028E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E77; }
p { color: rgb(2,142,119); }
H1.HeaderClassName
{
color: #028E77;
}
.AnyTagClassName
{
color: #028E77;
}
</style>
background-color css
<style>
a { background-color: #028E77; }
a { background-color: rgb(2,142,119); }
div.DivClassName
{
background-color: #028E77;
}
.BgClassName
{
background-color: #028E77;
}
</style>
border-color css
<style>
span { border-color: #028E77; }
span { border-color: rgb(2,142,119); }
td.TdClassName
{
border-color: #028E77;
}
.TagClassName
{
border-color: #028E77;
}
</style>