Shades of Observatory #028B5F
Tints of Observatory #028B5F
RGB
CMYK
RGB Variations
Color information
#028B5F (or 0x028B5F) is known color: Observatory. HEX triplet: 02, 8B and 5F. RGB value is (2,139,95). Sum of RGB (Red+Green+Blue) = 2+139+95=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #028B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B5F is #FD74A0. Grayscale: #5D5D5D. Windows color (decimal): -16610465 or 6261506. OLE color: 6261506.
HSL color Cylindrical-coordinate representation of color #028B5F: hue angle of 160.73º 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 #028B5F is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 95 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.45 |
| HSL | 160.73º | 0.97% | 0.28% | - |
| HSV(B) | 160.73º | 0.99% | 0.55% | - |
| XYZ | 11.32 | 19.3 | 13.96 | - |
| YUV | 93.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 95 | 0.99 | 0 | 0.32 | 0.45 | 160.73 | 0.97 | 0.28 |
| Hex | 2 | 8B | 5F | 63 | 0 | 20 | 2D | A1 | 61 | 1C |
| Octal | 2 | 213 | 137 | 143 | 0 | 40 | 55 | 241 | 141 | 34 |
| Binary | 10 | 10001011 | 1011111 | 1100011 | 0 | 100000 | 101101 | 10100001 | 1100001 | 11100 |
Color Harmonies of #028B5F
Complementary color
Monochromatic Colors of #028B5F
Black with #028B5F
Text Example
Text Example
White with #028B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B5F; }
p { color: rgb(2,139,95); }
H1.HeaderClassName
{
color: #028B5F;
}
.AnyTagClassName
{
color: #028B5F;
}
</style>
background-color css
<style>
a { background-color: #028B5F; }
a { background-color: rgb(2,139,95); }
div.DivClassName
{
background-color: #028B5F;
}
.BgClassName
{
background-color: #028B5F;
}
</style>
border-color css
<style>
span { border-color: #028B5F; }
span { border-color: rgb(2,139,95); }
td.TdClassName
{
border-color: #028B5F;
}
.TagClassName
{
border-color: #028B5F;
}
</style>