Html Css Color HEX #028770 Observatory

📋 copy color: '#028770'

red 2 ◦ green 135 ◦ blue 112

#028770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #028770

Tints of Observatory #028770

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 135 (53.13% from 255) = 54.22%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 0.8%
G = 54.22%
B = 44.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#028770 (or 0x028770) is known color: Observatory. HEX triplet: 02, 87 and 70. RGB value is (2,135,112). Sum of RGB (Red+Green+Blue) = 2+135+112=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #028770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028770 is #FD788F. Grayscale: #5C5C5C. Windows color (decimal): -16611472 or 7374594. OLE color: 7374594.

HSL color Cylindrical-coordinate representation of color #028770: hue angle of 169.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028770 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 112 -
CMYK 0.99 0 0.17 0.47
HSL 169.62º 0.97% 0.27% -
HSV(B) 169.62º 0.99% 0.53% -
XYZ 11.61 18.51 18.29 -
YUV 92.61 138.94 63.37 -
System Red Green Blue C M Y K H S L
Decimal 2 135 112 0.99 0 0.17 0.47 169.62 0.97 0.27
Hex 2 87 70 63 0 11 2F AA 61 1B
Octal 2 207 160 143 0 21 57 252 141 33
Binary 10 10000111 1110000 1100011 0 10001 101111 10101010 1100001 11011

Color Harmonies of #028770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028770

Black with #028770

Text Example


Text Example

White with #028770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028770; }

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

 H1.HeaderClassName
 {
   color: #028770;
 }
 .AnyTagClassName
 {
   color: #028770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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