#029670

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

Shades of Observatory #029670

Tints of Observatory #029670

Color information

#029670 (or 0x029670) is unknown color: approx Observatory. HEX triplet: 02, 96 and 70. RGB value is (2,150,112). Sum of RGB (Red+Green+Blue) = 2+150+112=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #029670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029670 is #FD698F. Grayscale: #656565. Windows color (decimal): -16607632 or 7378434. OLE color: 7378434.

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

Color convert

RGB2150112-
CMYK0.9900.250.41
HSL164.59º97.37%29.8%-
HSV(B)164.59º98.67%58.82%-
XYZ13.862319.04-
YUV101.42133.9757.09-

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) = 56.82%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=0.76%
G=56.82%
B=42.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501120.9900.250.41164.5997.3729.8
Hex296706301929a5611e
Octal22261601430315124514136
Binary10100101101110000110001101100110100110100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029670; }

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

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

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

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

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

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

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

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