Shades of Observatory #02966A
Tints of Observatory #02966A
RGB
CMYK
RGB Variations
Color information
#02966A (or 0x02966A) is known color: Observatory. HEX triplet: 02, 96 and 6A. RGB value is (2,150,106). Sum of RGB (Red+Green+Blue) = 2+150+106=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #02966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02966A is #FD6995. Grayscale: #646464. Windows color (decimal): -16607638 or 6985218. OLE color: 6985218.
HSL color Cylindrical-coordinate representation of color #02966A: hue angle of 162.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02966A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 106 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.41 |
| HSL | 162.16º | 0.97% | 0.3% | - |
| HSV(B) | 162.16º | 0.99% | 0.59% | - |
| XYZ | 13.53 | 22.87 | 17.34 | - |
| YUV | 100.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 106 | 0.99 | 0 | 0.29 | 0.41 | 162.16 | 0.97 | 0.3 |
| Hex | 2 | 96 | 6A | 63 | 0 | 1D | 29 | A2 | 61 | 1E |
| Octal | 2 | 226 | 152 | 143 | 0 | 35 | 51 | 242 | 141 | 36 |
| Binary | 10 | 10010110 | 1101010 | 1100011 | 0 | 11101 | 101001 | 10100010 | 1100001 | 11110 |
Color Harmonies of #02966A
Complementary color
Monochromatic Colors of #02966A
Black with #02966A
Text Example
Text Example
White with #02966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02966A; }
p { color: rgb(2,150,106); }
H1.HeaderClassName
{
color: #02966A;
}
.AnyTagClassName
{
color: #02966A;
}
</style>
background-color css
<style>
a { background-color: #02966A; }
a { background-color: rgb(2,150,106); }
div.DivClassName
{
background-color: #02966A;
}
.BgClassName
{
background-color: #02966A;
}
</style>
border-color css
<style>
span { border-color: #02966A; }
span { border-color: rgb(2,150,106); }
td.TdClassName
{
border-color: #02966A;
}
.TagClassName
{
border-color: #02966A;
}
</style>