#02966F

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

Shades of Observatory #02966F

Tints of Observatory #02966F

Color information

#02966F (or 0x02966F) is unknown color: approx Observatory. HEX triplet: 02, 96 and 6F. RGB value is (2,150,111). Sum of RGB (Red+Green+Blue) = 2+150+111=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #02966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02966F is #FD6990. Grayscale: #656565. Windows color (decimal): -16607633 or 7312898. OLE color: 7312898.

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

Color convert

RGB2150111-
CMYK0.9900.260.41
HSL164.19º97.37%29.8%-
HSV(B)164.19º98.67%58.82%-
XYZ13.822.9718.75-
YUV101.3133.4757.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 150 (58.98% from 255) = 57.03%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=0.76%
G=57.03%
B=42.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501110.9900.260.41164.1997.3729.8
Hex2966F6301A29a4611e
Octal22261571430325124414136
Binary10100101101101111110001101101010100110100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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