Shades of Observatory #02885E
Tints of Observatory #02885E
RGB
CMYK
RGB Variations
Color information
#02885E (or 0x02885E) is known color: Observatory. HEX triplet: 02, 88 and 5E. RGB value is (2,136,94). Sum of RGB (Red+Green+Blue) = 2+136+94=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #02885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02885E is #FD77A1. Grayscale: #5B5B5B. Windows color (decimal): -16611234 or 6195202. OLE color: 6195202.
HSL color Cylindrical-coordinate representation of color #02885E: hue angle of 161.19º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02885E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 94 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.47 |
| HSL | 161.19º | 0.97% | 0.27% | - |
| HSV(B) | 161.19º | 0.99% | 0.53% | - |
| XYZ | 10.85 | 18.43 | 13.58 | - |
| YUV | 91.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 94 | 0.99 | 0 | 0.31 | 0.47 | 161.19 | 0.97 | 0.27 |
| Hex | 2 | 88 | 5E | 63 | 0 | 1F | 2F | A1 | 61 | 1B |
| Octal | 2 | 210 | 136 | 143 | 0 | 37 | 57 | 241 | 141 | 33 |
| Binary | 10 | 10001000 | 1011110 | 1100011 | 0 | 11111 | 101111 | 10100001 | 1100001 | 11011 |
Color Harmonies of #02885E
Complementary color
Monochromatic Colors of #02885E
Black with #02885E
Text Example
Text Example
White with #02885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02885E; }
p { color: rgb(2,136,94); }
H1.HeaderClassName
{
color: #02885E;
}
.AnyTagClassName
{
color: #02885E;
}
</style>
background-color css
<style>
a { background-color: #02885E; }
a { background-color: rgb(2,136,94); }
div.DivClassName
{
background-color: #02885E;
}
.BgClassName
{
background-color: #02885E;
}
</style>
border-color css
<style>
span { border-color: #02885E; }
span { border-color: rgb(2,136,94); }
td.TdClassName
{
border-color: #02885E;
}
.TagClassName
{
border-color: #02885E;
}
</style>