#02946E

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

Shades of Observatory #02946E

Tints of Observatory #02946E

Color information

#02946E (or 0x02946E) is unknown color: approx Observatory. HEX triplet: 02, 94 and 6E. RGB value is (2,148,110). Sum of RGB (Red+Green+Blue) = 2+148+110=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #02946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02946E is #FD6B91. Grayscale: #646464. Windows color (decimal): -16608146 or 7246850. OLE color: 7246850.

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

Color convert

RGB2148110-
CMYK0.9900.260.42
HSL164.38º97.33%29.41%-
HSV(B)164.38º98.65%58.04%-
XYZ13.4322.3218.35-
YUV100.01133.6358.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=0.77%
G=56.92%
B=42.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21481100.9900.260.42164.3897.3329.41
Hex2946E6301A2Aa4611d
Octal22241561430325224414135
Binary10100101001101110110001101101010101010100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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