#029574

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

Shades of Observatory #029574

Tints of Observatory #029574

Color information

#029574 (or 0x029574) is unknown color: approx Observatory. HEX triplet: 02, 95 and 74. RGB value is (2,149,116). Sum of RGB (Red+Green+Blue) = 2+149+116=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #029574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029574 is #FD6A8B. Grayscale: #656565. Windows color (decimal): -16607884 or 7640322. OLE color: 7640322.

HSL color Cylindrical-coordinate representation of color #029574: hue angle of 166.53º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029574 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB2149116-
CMYK0.9900.220.42
HSL166.53º97.35%29.61%-
HSV(B)166.53º98.66%58.43%-
XYZ13.9222.7720.18-
YUV101.28136.357.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=0.75%
G=55.81%
B=43.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491160.9900.220.42166.5397.3529.61
Hex29574630162Aa7611e
Octal22251641430265224714136
Binary10100101011110100110001101011010101010100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029574; }

 p { color: rgb(2,149,116); }

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

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

 a { background-color: rgb(2,149,116); }

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

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

 span { border-color: rgb(2,149,116); }

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