#02856F

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

Shades of Observatory #02856F

Tints of Observatory #02856F

Color information

#02856F (or 0x02856F) is unknown color: approx Observatory. HEX triplet: 02, 85 and 6F. RGB value is (2,133,111). Sum of RGB (Red+Green+Blue) = 2+133+111=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #02856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02856F is #FD7A90. Grayscale: #5B5B5B. Windows color (decimal): -16611985 or 7308546. OLE color: 7308546.

HSL color Cylindrical-coordinate representation of color #02856F: hue angle of 169.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02856F is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB2133111-
CMYK0.9800.170.48
HSL169.92º97.04%26.47%-
HSV(B)169.92º98.5%52.16%-
XYZ11.2817.9417.91-
YUV91.32139.164.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=0.81%
G=54.07%
B=45.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21331110.9800.170.48169.9297.0426.47
Hex2856F6201130aa611a
Octal22051571420216025214132
Binary10100001011101111110001001000111000010101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02856F; }

 p { color: rgb(2,133,111); }

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

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

 a { background-color: rgb(2,133,111); }

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

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

 span { border-color: rgb(2,133,111); }

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