Html Css Color HEX #028E71 Observatory

📋 copy color: '#028E71'

red 2 ◦ green 142 ◦ blue 113

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

Shades of Observatory #028E71

Tints of Observatory #028E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 0.78%
G = 55.25%
B = 43.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#028E71 (or 0x028E71) is known color: Observatory. HEX triplet: 02, 8E and 71. RGB value is (2,142,113). Sum of RGB (Red+Green+Blue) = 2+142+113=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #028E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E71 is #FD718E. Grayscale: #606060. Windows color (decimal): -16609679 or 7441922. OLE color: 7441922.

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

Color convert

RGB 2 142 113 -
CMYK 0.99 0 0.20 0.44
HSL 167.57º 0.97% 0.28% -
HSV(B) 167.57º 0.99% 0.56% -
XYZ 12.68 20.55 18.92 -
YUV 96.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 2 142 113 0.99 0 0.20 0.44 167.57 0.97 0.28
Hex 2 8E 71 63 0 14 2C A8 61 1C
Octal 2 216 161 143 0 24 54 250 141 34
Binary 10 10001110 1110001 1100011 0 10100 101100 10101000 1100001 11100

Color Harmonies of #028E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E71

Black with #028E71

Text Example


Text Example

White with #028E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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