Html Css Color HEX #028F76 Observatory

📋 copy color: '#028F76'

red 2 ◦ green 143 ◦ blue 118

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

Shades of Observatory #028F76

Tints of Observatory #028F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.37%

 BLUE value IS 118 (46.48% from 255) = 44.87%

R = 0.76%
G = 54.37%
B = 44.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#028F76 (or 0x028F76) is known color: Observatory. HEX triplet: 02, 8F and 76. RGB value is (2,143,118). Sum of RGB (Red+Green+Blue) = 2+143+118=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #028F76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F76 is #FD7089. Grayscale: #616161. Windows color (decimal): -16609418 or 7769858. OLE color: 7769858.

HSL color Cylindrical-coordinate representation of color #028F76: hue angle of 169.36º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F76 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 143 118 -
CMYK 0.99 0 0.17 0.44
HSL 169.36º 0.97% 0.28% -
HSV(B) 169.36º 0.99% 0.56% -
XYZ 13.12 20.97 20.49 -
YUV 97.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 2 143 118 0.99 0 0.17 0.44 169.36 0.97 0.28
Hex 2 8F 76 63 0 11 2C A9 61 1C
Octal 2 217 166 143 0 21 54 251 141 34
Binary 10 10001111 1110110 1100011 0 10001 101100 10101001 1100001 11100

Color Harmonies of #028F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F76

Black with #028F76

Text Example


Text Example

White with #028F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028F76; }

 p { color: rgb(2,143,118); }

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

background-color css

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

 a { background-color: rgb(2,143,118); }

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

border-color css

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

 span { border-color: rgb(2,143,118); }

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