Shades of Observatory #028665
Tints of Observatory #028665
RGB
CMYK
RGB Variations
Color information
#028665 (or 0x028665) is known color: Observatory. HEX triplet: 02, 86 and 65. RGB value is (2,134,101). Sum of RGB (Red+Green+Blue) = 2+134+101=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #028665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028665 is #FD799A. Grayscale: #5A5A5A. Windows color (decimal): -16611739 or 6653442. OLE color: 6653442.
HSL color Cylindrical-coordinate representation of color #028665: hue angle of 165º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028665 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 101 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.47 |
| HSL | 165º | 0.97% | 0.27% | - |
| HSV(B) | 165º | 0.99% | 0.53% | - |
| XYZ | 10.9 | 18 | 15.21 | - |
| YUV | 90.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 101 | 0.99 | 0 | 0.25 | 0.47 | 165 | 0.97 | 0.27 |
| Hex | 2 | 86 | 65 | 63 | 0 | 19 | 2F | A5 | 61 | 1B |
| Octal | 2 | 206 | 145 | 143 | 0 | 31 | 57 | 245 | 141 | 33 |
| Binary | 10 | 10000110 | 1100101 | 1100011 | 0 | 11001 | 101111 | 10100101 | 1100001 | 11011 |
Color Harmonies of #028665
Complementary color
Monochromatic Colors of #028665
Black with #028665
Text Example
Text Example
White with #028665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028665; }
p { color: rgb(2,134,101); }
H1.HeaderClassName
{
color: #028665;
}
.AnyTagClassName
{
color: #028665;
}
</style>
background-color css
<style>
a { background-color: #028665; }
a { background-color: rgb(2,134,101); }
div.DivClassName
{
background-color: #028665;
}
.BgClassName
{
background-color: #028665;
}
</style>
border-color css
<style>
span { border-color: #028665; }
span { border-color: rgb(2,134,101); }
td.TdClassName
{
border-color: #028665;
}
.TagClassName
{
border-color: #028665;
}
</style>