#02966D

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

Shades of Observatory #02966D

Tints of Observatory #02966D

Color information

#02966D (or 0x02966D) is unknown color: approx Observatory. HEX triplet: 02, 96 and 6D. RGB value is (2,150,109). Sum of RGB (Red+Green+Blue) = 2+150+109=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #02966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02966D is #FD6992. Grayscale: #656565. Windows color (decimal): -16607635 or 7181826. OLE color: 7181826.

HSL color Cylindrical-coordinate representation of color #02966D: hue angle of 163.38º 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 #02966D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB2150109-
CMYK0.9900.270.41
HSL163.38º97.37%29.8%-
HSV(B)163.38º98.67%58.82%-
XYZ13.6922.9318.17-
YUV101.07132.4757.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=0.77%
G=57.47%
B=41.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501090.9900.270.41163.3897.3729.8
Hex2966D6301B29a3611e
Octal22261551430335124314136
Binary10100101101101101110001101101110100110100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02966D; }

 p { color: rgb(2,150,109); }

 H1.HeaderClassName
 {
   color: #02966D;
 }
 .AnyTagClassName
 {
   color: #02966D;
 }
</style>
background-color css

<style>
 a { background-color: #02966D; }

 a { background-color: rgb(2,150,109); }

 div.DivClassName
 {
   background-color: #02966D;
 }
 .BgClassName
 {
   background-color: #02966D;
 }
</style>
border-color css

<style>
 span { border-color: #02966D; }

 span { border-color: rgb(2,150,109); }

 td.TdClassName
 {
   border-color: #02966D;
 }
 .TagClassName
 {
   border-color: #02966D;
 }
</style>