Shades of Observatory #028E67
Tints of Observatory #028E67
RGB
CMYK
RGB Variations
Color information
#028E67 (or 0x028E67) is known color: Observatory. HEX triplet: 02, 8E and 67. RGB value is (2,142,103). Sum of RGB (Red+Green+Blue) = 2+142+103=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #028E67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E67 is #FD7198. Grayscale: #5F5F5F. Windows color (decimal): -16609689 or 6786562. OLE color: 6786562.
HSL color Cylindrical-coordinate representation of color #028E67: hue angle of 163.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E67 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 103 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.44 |
| HSL | 163.29º | 0.97% | 0.28% | - |
| HSV(B) | 163.29º | 0.99% | 0.56% | - |
| XYZ | 12.15 | 20.34 | 16.12 | - |
| YUV | 95.69 | 132.12 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 103 | 0.99 | 0 | 0.27 | 0.44 | 163.29 | 0.97 | 0.28 |
| Hex | 2 | 8E | 67 | 63 | 0 | 1B | 2C | A3 | 61 | 1C |
| Octal | 2 | 216 | 147 | 143 | 0 | 33 | 54 | 243 | 141 | 34 |
| Binary | 10 | 10001110 | 1100111 | 1100011 | 0 | 11011 | 101100 | 10100011 | 1100001 | 11100 |
Color Harmonies of #028E67
Complementary color
Monochromatic Colors of #028E67
Black with #028E67
Text Example
Text Example
White with #028E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E67; }
p { color: rgb(2,142,103); }
H1.HeaderClassName
{
color: #028E67;
}
.AnyTagClassName
{
color: #028E67;
}
</style>
background-color css
<style>
a { background-color: #028E67; }
a { background-color: rgb(2,142,103); }
div.DivClassName
{
background-color: #028E67;
}
.BgClassName
{
background-color: #028E67;
}
</style>
border-color css
<style>
span { border-color: #028E67; }
span { border-color: rgb(2,142,103); }
td.TdClassName
{
border-color: #028E67;
}
.TagClassName
{
border-color: #028E67;
}
</style>