Html Css Color HEX #028E62 Observatory

📋 copy color: '#028E62'

red 2 ◦ green 142 ◦ blue 98

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

Shades of Observatory #028E62

Tints of Observatory #028E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 0.83%
G = 58.68%
B = 40.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#028E62 (or 0x028E62) is known color: Observatory. HEX triplet: 02, 8E and 62. RGB value is (2,142,98). Sum of RGB (Red+Green+Blue) = 2+142+98=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #028E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E62 is #FD719D. Grayscale: #5F5F5F. Windows color (decimal): -16609694 or 6458882. OLE color: 6458882.

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

Color convert

RGB 2 142 98 -
CMYK 0.99 0 0.31 0.44
HSL 161.14º 0.97% 0.28% -
HSV(B) 161.14º 0.99% 0.56% -
XYZ 11.9 20.24 14.83 -
YUV 95.12 129.62 61.58 -
System Red Green Blue C M Y K H S L
Decimal 2 142 98 0.99 0 0.31 0.44 161.14 0.97 0.28
Hex 2 8E 62 63 0 1F 2C A1 61 1C
Octal 2 216 142 143 0 37 54 241 141 34
Binary 10 10001110 1100010 1100011 0 11111 101100 10100001 1100001 11100

Color Harmonies of #028E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E62

Black with #028E62

Text Example


Text Example

White with #028E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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