Shades of Observatory #028E65
Tints of Observatory #028E65
RGB
CMYK
RGB Variations
Color information
#028E65 (or 0x028E65) is known color: Observatory. HEX triplet: 02, 8E and 65. RGB value is (2,142,101). Sum of RGB (Red+Green+Blue) = 2+142+101=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #028E65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E65 is #FD719A. Grayscale: #5F5F5F. Windows color (decimal): -16609691 or 6655490. OLE color: 6655490.
HSL color Cylindrical-coordinate representation of color #028E65: hue angle of 162.43º 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 #028E65 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 101 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.44 |
| HSL | 162.43º | 0.97% | 0.28% | - |
| HSV(B) | 162.43º | 0.99% | 0.56% | - |
| XYZ | 12.05 | 20.3 | 15.59 | - |
| YUV | 95.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 101 | 0.99 | 0 | 0.29 | 0.44 | 162.43 | 0.97 | 0.28 |
| Hex | 2 | 8E | 65 | 63 | 0 | 1D | 2C | A2 | 61 | 1C |
| Octal | 2 | 216 | 145 | 143 | 0 | 35 | 54 | 242 | 141 | 34 |
| Binary | 10 | 10001110 | 1100101 | 1100011 | 0 | 11101 | 101100 | 10100010 | 1100001 | 11100 |
Color Harmonies of #028E65
Complementary color
Monochromatic Colors of #028E65
Black with #028E65
Text Example
Text Example
White with #028E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E65; }
p { color: rgb(2,142,101); }
H1.HeaderClassName
{
color: #028E65;
}
.AnyTagClassName
{
color: #028E65;
}
</style>
background-color css
<style>
a { background-color: #028E65; }
a { background-color: rgb(2,142,101); }
div.DivClassName
{
background-color: #028E65;
}
.BgClassName
{
background-color: #028E65;
}
</style>
border-color css
<style>
span { border-color: #028E65; }
span { border-color: rgb(2,142,101); }
td.TdClassName
{
border-color: #028E65;
}
.TagClassName
{
border-color: #028E65;
}
</style>