Html Css Color HEX #028E73 Observatory

📋 copy color: '#028E73'

red 2 ◦ green 142 ◦ blue 115

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

Shades of Observatory #028E73

Tints of Observatory #028E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.83%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 0.77%
G = 54.83%
B = 44.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#028E73 (or 0x028E73) is known color: Observatory. HEX triplet: 02, 8E and 73. RGB value is (2,142,115). Sum of RGB (Red+Green+Blue) = 2+142+115=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #028E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E73 is #FD718C. Grayscale: #616161. Windows color (decimal): -16609677 or 7572994. OLE color: 7572994.

HSL color Cylindrical-coordinate representation of color #028E73: hue angle of 168.43º 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 #028E73 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 142 115 -
CMYK 0.99 0 0.19 0.44
HSL 168.43º 0.97% 0.28% -
HSV(B) 168.43º 0.99% 0.56% -
XYZ 12.79 20.6 19.52 -
YUV 97.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 2 142 115 0.99 0 0.19 0.44 168.43 0.97 0.28
Hex 2 8E 73 63 0 13 2C A8 61 1C
Octal 2 216 163 143 0 23 54 250 141 34
Binary 10 10001110 1110011 1100011 0 10011 101100 10101000 1100001 11100

Color Harmonies of #028E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E73

Black with #028E73

Text Example


Text Example

White with #028E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,115); }

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

background-color css

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

 a { background-color: rgb(2,142,115); }

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

border-color css

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

 span { border-color: rgb(2,142,115); }

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