Shades of Observatory #028E63
Tints of Observatory #028E63
RGB
CMYK
RGB Variations
Color information
#028E63 (or 0x028E63) is known color: Observatory. HEX triplet: 02, 8E and 63. RGB value is (2,142,99). Sum of RGB (Red+Green+Blue) = 2+142+99=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #028E63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E63 is #FD719C. Grayscale: #5F5F5F. Windows color (decimal): -16609693 or 6524418. OLE color: 6524418.
HSL color Cylindrical-coordinate representation of color #028E63: hue angle of 161.57º 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 #028E63 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 142 | 99 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.44 |
| HSL | 161.57º | 0.97% | 0.28% | - |
| HSV(B) | 161.57º | 0.99% | 0.56% | - |
| XYZ | 11.95 | 20.26 | 15.09 | - |
| YUV | 95.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 99 | 0.99 | 0 | 0.30 | 0.44 | 161.57 | 0.97 | 0.28 |
| Hex | 2 | 8E | 63 | 63 | 0 | 1E | 2C | A2 | 61 | 1C |
| Octal | 2 | 216 | 143 | 143 | 0 | 36 | 54 | 242 | 141 | 34 |
| Binary | 10 | 10001110 | 1100011 | 1100011 | 0 | 11110 | 101100 | 10100010 | 1100001 | 11100 |
Color Harmonies of #028E63
Complementary color
Monochromatic Colors of #028E63
Black with #028E63
Text Example
Text Example
White with #028E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028E63; }
p { color: rgb(2,142,99); }
H1.HeaderClassName
{
color: #028E63;
}
.AnyTagClassName
{
color: #028E63;
}
</style>
background-color css
<style>
a { background-color: #028E63; }
a { background-color: rgb(2,142,99); }
div.DivClassName
{
background-color: #028E63;
}
.BgClassName
{
background-color: #028E63;
}
</style>
border-color css
<style>
span { border-color: #028E63; }
span { border-color: rgb(2,142,99); }
td.TdClassName
{
border-color: #028E63;
}
.TagClassName
{
border-color: #028E63;
}
</style>