#02916B

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

Shades of Observatory #02916B

Tints of Observatory #02916B

Color information

#02916B (or 0x02916B) is unknown color: approx Observatory. HEX triplet: 02, 91 and 6B. RGB value is (2,145,107). Sum of RGB (Red+Green+Blue) = 2+145+107=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #02916B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02916B is #FD6E94. Grayscale: #616161. Windows color (decimal): -16608917 or 7049474. OLE color: 7049474.

HSL color Cylindrical-coordinate representation of color #02916B: hue angle of 164.06º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02916B is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB2145107-
CMYK0.9900.260.43
HSL164.06º97.28%28.82%-
HSV(B)164.06º98.62%56.86%-
XYZ12.821.3317.35-
YUV97.91133.1259.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=0.79%
G=57.09%
B=42.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451070.9900.260.43164.0697.2828.82
Hex2916B6301A2Ba4611d
Octal22211531430325324414135
Binary10100100011101011110001101101010101110100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02916B; }

 p { color: rgb(2,145,107); }

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

<style>
 a { background-color: #02916B; }

 a { background-color: rgb(2,145,107); }

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

<style>
 span { border-color: #02916B; }

 span { border-color: rgb(2,145,107); }

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