#02916C

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

Shades of Observatory #02916C

Tints of Observatory #02916C

Color information

#02916C (or 0x02916C) is unknown color: approx Observatory. HEX triplet: 02, 91 and 6C. RGB value is (2,145,108). Sum of RGB (Red+Green+Blue) = 2+145+108=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #02916C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02916C is #FD6E93. Grayscale: #626262. Windows color (decimal): -16608916 or 7115010. OLE color: 7115010.

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

Color convert

RGB2145108-
CMYK0.9900.260.43
HSL164.48º97.28%28.82%-
HSV(B)164.48º98.62%56.86%-
XYZ12.8621.3517.63-
YUV98.02133.6259.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=0.78%
G=56.86%
B=42.35%

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
Decimal21451080.9900.260.43164.4897.2828.82
Hex2916C6301A2Ba4611d
Octal22211541430325324414135
Binary10100100011101100110001101101010101110100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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