#02916E

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

Shades of Observatory #02916E

Tints of Observatory #02916E

Color information

#02916E (or 0x02916E) is unknown color: approx Observatory. HEX triplet: 02, 91 and 6E. RGB value is (2,145,110). Sum of RGB (Red+Green+Blue) = 2+145+110=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #02916E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02916E is #FD6E91. Grayscale: #626262. Windows color (decimal): -16608914 or 7246082. OLE color: 7246082.

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

Color convert

RGB2145110-
CMYK0.9900.240.43
HSL165.31º97.28%28.82%-
HSV(B)165.31º98.62%56.86%-
XYZ12.9621.3918.2-
YUV98.25134.6259.35-

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.42%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=0.78%
G=56.42%
B=42.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451100.9900.240.43165.3197.2828.82
Hex2916E630182Ba5611d
Octal22211561430305324514135
Binary10100100011101110110001101100010101110100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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