#02966A

Color #02966A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #02966A

Tints of Observatory #02966A

Color information

#02966A (or 0x02966A) is unknown color: approx 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

RGB2150106-
CMYK0.9900.290.41
HSL162.16º97.37%29.8%-
HSV(B)162.16º98.67%58.82%-
XYZ13.5322.8717.34-
YUV100.73130.9757.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 150 (58.98% from 255) = 58.14%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=0.78%
G=58.14%
B=41.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501060.9900.290.41162.1697.3729.8
Hex2966A6301D29a2611e
Octal22261521430355124214136
Binary10100101101101010110001101110110100110100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>