Html Css Color HEX #028E7D Observatory

📋 copy color: '#028E7D'

red 2 ◦ green 142 ◦ blue 125

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

Shades of Observatory #028E7D

Tints of Observatory #028E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.47%

R = 0.74%
G = 52.79%
B = 46.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#028E7D (or 0x028E7D) is known color: Observatory. HEX triplet: 02, 8E and 7D. RGB value is (2,142,125). Sum of RGB (Red+Green+Blue) = 2+142+125=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #028E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E7D is #FD7182. Grayscale: #626262. Windows color (decimal): -16609667 or 8228354. OLE color: 8228354.

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

Color convert

RGB 2 142 125 -
CMYK 0.99 0 0.12 0.44
HSL 172.71º 0.97% 0.28% -
HSV(B) 172.71º 0.99% 0.56% -
XYZ 13.4 20.84 22.72 -
YUV 98.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 2 142 125 0.99 0 0.12 0.44 172.71 0.97 0.28
Hex 2 8E 7D 63 0 C 2C AD 61 1C
Octal 2 216 175 143 0 14 54 255 141 34
Binary 10 10001110 1111101 1100011 0 1100 101100 10101101 1100001 11100

Color Harmonies of #028E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E7D

Black with #028E7D

Text Example


Text Example

White with #028E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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