Shades of Observatory #028C60
Tints of Observatory #028C60
RGB
CMYK
RGB Variations
Color information
#028C60 (or 0x028C60) is known color: Observatory. HEX triplet: 02, 8C and 60. RGB value is (2,140,96). Sum of RGB (Red+Green+Blue) = 2+140+96=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #028C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C60 is #FD739F. Grayscale: #5D5D5D. Windows color (decimal): -16610208 or 6327298. OLE color: 6327298.
HSL color Cylindrical-coordinate representation of color #028C60: hue angle of 160.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C60 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 140 | 96 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.45 |
| HSL | 160.87º | 0.97% | 0.28% | - |
| HSV(B) | 160.87º | 0.99% | 0.55% | - |
| XYZ | 11.51 | 19.61 | 14.25 | - |
| YUV | 93.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 96 | 0.99 | 0 | 0.31 | 0.45 | 160.87 | 0.97 | 0.28 |
| Hex | 2 | 8C | 60 | 63 | 0 | 1F | 2D | A1 | 61 | 1C |
| Octal | 2 | 214 | 140 | 143 | 0 | 37 | 55 | 241 | 141 | 34 |
| Binary | 10 | 10001100 | 1100000 | 1100011 | 0 | 11111 | 101101 | 10100001 | 1100001 | 11100 |
Color Harmonies of #028C60
Complementary color
Monochromatic Colors of #028C60
Black with #028C60
Text Example
Text Example
White with #028C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028C60; }
p { color: rgb(2,140,96); }
H1.HeaderClassName
{
color: #028C60;
}
.AnyTagClassName
{
color: #028C60;
}
</style>
background-color css
<style>
a { background-color: #028C60; }
a { background-color: rgb(2,140,96); }
div.DivClassName
{
background-color: #028C60;
}
.BgClassName
{
background-color: #028C60;
}
</style>
border-color css
<style>
span { border-color: #028C60; }
span { border-color: rgb(2,140,96); }
td.TdClassName
{
border-color: #028C60;
}
.TagClassName
{
border-color: #028C60;
}
</style>