Shades of Observatory #028B69
Tints of Observatory #028B69
RGB
CMYK
RGB Variations
Color information
#028B69 (or 0x028B69) is known color: Observatory. HEX triplet: 02, 8B and 69. RGB value is (2,139,105). Sum of RGB (Red+Green+Blue) = 2+139+105=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #028B69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B69 is #FD7496. Grayscale: #5E5E5E. Windows color (decimal): -16610455 or 6916866. OLE color: 6916866.
HSL color Cylindrical-coordinate representation of color #028B69: hue angle of 165.11º 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 #028B69 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 105 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.45 |
| HSL | 165.11º | 0.97% | 0.28% | - |
| HSV(B) | 165.11º | 0.99% | 0.55% | - |
| XYZ | 11.81 | 19.5 | 16.51 | - |
| YUV | 94.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 105 | 0.99 | 0 | 0.24 | 0.45 | 165.11 | 0.97 | 0.28 |
| Hex | 2 | 8B | 69 | 63 | 0 | 18 | 2D | A5 | 61 | 1C |
| Octal | 2 | 213 | 151 | 143 | 0 | 30 | 55 | 245 | 141 | 34 |
| Binary | 10 | 10001011 | 1101001 | 1100011 | 0 | 11000 | 101101 | 10100101 | 1100001 | 11100 |
Color Harmonies of #028B69
Complementary color
Monochromatic Colors of #028B69
Black with #028B69
Text Example
Text Example
White with #028B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B69; }
p { color: rgb(2,139,105); }
H1.HeaderClassName
{
color: #028B69;
}
.AnyTagClassName
{
color: #028B69;
}
</style>
background-color css
<style>
a { background-color: #028B69; }
a { background-color: rgb(2,139,105); }
div.DivClassName
{
background-color: #028B69;
}
.BgClassName
{
background-color: #028B69;
}
</style>
border-color css
<style>
span { border-color: #028B69; }
span { border-color: rgb(2,139,105); }
td.TdClassName
{
border-color: #028B69;
}
.TagClassName
{
border-color: #028B69;
}
</style>