#02906D

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

Shades of Observatory #02906D

Tints of Observatory #02906D

Color information

#02906D (or 0x02906D) is unknown color: approx Observatory. HEX triplet: 02, 90 and 6D. RGB value is (2,144,109). Sum of RGB (Red+Green+Blue) = 2+144+109=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #02906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02906D is #FD6F92. Grayscale: #616161. Windows color (decimal): -16609171 or 7180290. OLE color: 7180290.

HSL color Cylindrical-coordinate representation of color #02906D: hue angle of 165.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02906D is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB2144109-
CMYK0.9900.240.44
HSL165.21º97.26%28.63%-
HSV(B)165.21º98.61%56.47%-
XYZ12.7621.0617.86-
YUV97.55134.4659.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 144 (56.64% from 255) = 56.47%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=0.78%
G=56.47%
B=42.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21441090.9900.240.44165.2197.2628.63
Hex2906D630182Ca5611d
Octal22201551430305424514135
Binary10100100001101101110001101100010110010100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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