Shades of Observatory #02917E
Tints of Observatory #02917E
RGB
CMYK
RGB Variations
Color information
#02917E (or 0x02917E) is known color: Observatory. HEX triplet: 02, 91 and 7E. RGB value is (2,145,126). Sum of RGB (Red+Green+Blue) = 2+145+126=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #02917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02917E is #FD6E81. Grayscale: #646464. Windows color (decimal): -16608898 or 8294658. OLE color: 8294658.
HSL color Cylindrical-coordinate representation of color #02917E: hue angle of 172.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02917E is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 126 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.43 |
| HSL | 172.03º | 0.97% | 0.29% | - |
| HSV(B) | 172.03º | 0.99% | 0.57% | - |
| XYZ | 13.92 | 21.77 | 23.21 | - |
| YUV | 100.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 126 | 0.99 | 0 | 0.13 | 0.43 | 172.03 | 0.97 | 0.29 |
| Hex | 2 | 91 | 7E | 63 | 0 | D | 2B | AC | 61 | 1D |
| Octal | 2 | 221 | 176 | 143 | 0 | 15 | 53 | 254 | 141 | 35 |
| Binary | 10 | 10010001 | 1111110 | 1100011 | 0 | 1101 | 101011 | 10101100 | 1100001 | 11101 |
Color Harmonies of #02917E
Complementary color
Monochromatic Colors of #02917E
Black with #02917E
Text Example
Text Example
White with #02917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02917E; }
p { color: rgb(2,145,126); }
H1.HeaderClassName
{
color: #02917E;
}
.AnyTagClassName
{
color: #02917E;
}
</style>
background-color css
<style>
a { background-color: #02917E; }
a { background-color: rgb(2,145,126); }
div.DivClassName
{
background-color: #02917E;
}
.BgClassName
{
background-color: #02917E;
}
</style>
border-color css
<style>
span { border-color: #02917E; }
span { border-color: rgb(2,145,126); }
td.TdClassName
{
border-color: #02917E;
}
.TagClassName
{
border-color: #02917E;
}
</style>