Html Css Color HEX #028D63 Observatory

📋 copy color: '#028D63'

red 2 ◦ green 141 ◦ blue 99

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

Shades of Observatory #028D63

Tints of Observatory #028D63

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.26%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 0.83%
G = 58.26%
B = 40.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#028D63 (or 0x028D63) is known color: Observatory. HEX triplet: 02, 8D and 63. RGB value is (2,141,99). Sum of RGB (Red+Green+Blue) = 2+141+99=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #028D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D63 is #FD729C. Grayscale: #5E5E5E. Windows color (decimal): -16609949 or 6524162. OLE color: 6524162.

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

Color convert

RGB 2 141 99 -
CMYK 0.99 0 0.30 0.45
HSL 161.87º 0.97% 0.28% -
HSV(B) 161.87º 0.99% 0.55% -
XYZ 11.8 19.96 15.04 -
YUV 94.65 130.45 61.92 -
System Red Green Blue C M Y K H S L
Decimal 2 141 99 0.99 0 0.30 0.45 161.87 0.97 0.28
Hex 2 8D 63 63 0 1E 2D A2 61 1C
Octal 2 215 143 143 0 36 55 242 141 34
Binary 10 10001101 1100011 1100011 0 11110 101101 10100010 1100001 11100

Color Harmonies of #028D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D63

Black with #028D63

Text Example


Text Example

White with #028D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,99); }

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

background-color css

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

 a { background-color: rgb(2,141,99); }

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

border-color css

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

 span { border-color: rgb(2,141,99); }

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