Shades of Observatory #028D74
Tints of Observatory #028D74
RGB
CMYK
RGB Variations
Color information
#028D74 (or 0x028D74) is known color: Observatory. HEX triplet: 02, 8D and 74. RGB value is (2,141,116). Sum of RGB (Red+Green+Blue) = 2+141+116=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #028D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D74 is #FD728B. Grayscale: #606060. Windows color (decimal): -16609932 or 7638274. OLE color: 7638274.
HSL color Cylindrical-coordinate representation of color #028D74: hue angle of 169.21º 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 #028D74 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 141 | 116 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.45 |
| HSL | 169.21º | 0.97% | 0.28% | - |
| HSV(B) | 169.21º | 0.99% | 0.55% | - |
| XYZ | 12.7 | 20.32 | 19.78 | - |
| YUV | 96.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 116 | 0.99 | 0 | 0.18 | 0.45 | 169.21 | 0.97 | 0.28 |
| Hex | 2 | 8D | 74 | 63 | 0 | 12 | 2D | A9 | 61 | 1C |
| Octal | 2 | 215 | 164 | 143 | 0 | 22 | 55 | 251 | 141 | 34 |
| Binary | 10 | 10001101 | 1110100 | 1100011 | 0 | 10010 | 101101 | 10101001 | 1100001 | 11100 |
Color Harmonies of #028D74
Complementary color
Monochromatic Colors of #028D74
Black with #028D74
Text Example
Text Example
White with #028D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028D74; }
p { color: rgb(2,141,116); }
H1.HeaderClassName
{
color: #028D74;
}
.AnyTagClassName
{
color: #028D74;
}
</style>
background-color css
<style>
a { background-color: #028D74; }
a { background-color: rgb(2,141,116); }
div.DivClassName
{
background-color: #028D74;
}
.BgClassName
{
background-color: #028D74;
}
</style>
border-color css
<style>
span { border-color: #028D74; }
span { border-color: rgb(2,141,116); }
td.TdClassName
{
border-color: #028D74;
}
.TagClassName
{
border-color: #028D74;
}
</style>