Shades of Observatory #02917A
Tints of Observatory #02917A
RGB
CMYK
RGB Variations
Color information
#02917A (or 0x02917A) is known color: Observatory. HEX triplet: 02, 91 and 7A. RGB value is (2,145,122). Sum of RGB (Red+Green+Blue) = 2+145+122=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #02917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02917A is #FD6E85. Grayscale: #636363. Windows color (decimal): -16608902 or 8032514. OLE color: 8032514.
HSL color Cylindrical-coordinate representation of color #02917A: hue angle of 170.35º 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 #02917A is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 122 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.43 |
| HSL | 170.35º | 0.97% | 0.29% | - |
| HSV(B) | 170.35º | 0.99% | 0.57% | - |
| XYZ | 13.66 | 21.67 | 21.87 | - |
| YUV | 99.62 | 140.62 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 122 | 0.99 | 0 | 0.16 | 0.43 | 170.35 | 0.97 | 0.29 |
| Hex | 2 | 91 | 7A | 63 | 0 | 10 | 2B | AA | 61 | 1D |
| Octal | 2 | 221 | 172 | 143 | 0 | 20 | 53 | 252 | 141 | 35 |
| Binary | 10 | 10010001 | 1111010 | 1100011 | 0 | 10000 | 101011 | 10101010 | 1100001 | 11101 |
Color Harmonies of #02917A
Complementary color
Monochromatic Colors of #02917A
Black with #02917A
Text Example
Text Example
White with #02917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02917A; }
p { color: rgb(2,145,122); }
H1.HeaderClassName
{
color: #02917A;
}
.AnyTagClassName
{
color: #02917A;
}
</style>
background-color css
<style>
a { background-color: #02917A; }
a { background-color: rgb(2,145,122); }
div.DivClassName
{
background-color: #02917A;
}
.BgClassName
{
background-color: #02917A;
}
</style>
border-color css
<style>
span { border-color: #02917A; }
span { border-color: rgb(2,145,122); }
td.TdClassName
{
border-color: #02917A;
}
.TagClassName
{
border-color: #02917A;
}
</style>