Shades of Observatory #02956B
Tints of Observatory #02956B
RGB
CMYK
RGB Variations
Color information
#02956B (or 0x02956B) is known color: Observatory. HEX triplet: 02, 95 and 6B. RGB value is (2,149,107). Sum of RGB (Red+Green+Blue) = 2+149+107=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #02956B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02956B is #FD6A94. Grayscale: #646464. Windows color (decimal): -16607893 or 7050498. OLE color: 7050498.
HSL color Cylindrical-coordinate representation of color #02956B: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02956B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 107 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.42 |
| HSL | 162.86º | 0.97% | 0.3% | - |
| HSV(B) | 162.86º | 0.99% | 0.58% | - |
| XYZ | 13.43 | 22.57 | 17.56 | - |
| YUV | 100.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 107 | 0.99 | 0 | 0.28 | 0.42 | 162.86 | 0.97 | 0.3 |
| Hex | 2 | 95 | 6B | 63 | 0 | 1C | 2A | A3 | 61 | 1E |
| Octal | 2 | 225 | 153 | 143 | 0 | 34 | 52 | 243 | 141 | 36 |
| Binary | 10 | 10010101 | 1101011 | 1100011 | 0 | 11100 | 101010 | 10100011 | 1100001 | 11110 |
Color Harmonies of #02956B
Complementary color
Monochromatic Colors of #02956B
Black with #02956B
Text Example
Text Example
White with #02956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02956B; }
p { color: rgb(2,149,107); }
H1.HeaderClassName
{
color: #02956B;
}
.AnyTagClassName
{
color: #02956B;
}
</style>
background-color css
<style>
a { background-color: #02956B; }
a { background-color: rgb(2,149,107); }
div.DivClassName
{
background-color: #02956B;
}
.BgClassName
{
background-color: #02956B;
}
</style>
border-color css
<style>
span { border-color: #02956B; }
span { border-color: rgb(2,149,107); }
td.TdClassName
{
border-color: #02956B;
}
.TagClassName
{
border-color: #02956B;
}
</style>