Html Css Color HEX #028C62 Observatory

📋 copy color: '#028C62'

red 2 ◦ green 140 ◦ blue 98

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

Shades of Observatory #028C62

Tints of Observatory #028C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.33%

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

R = 0.83%
G = 58.33%
B = 40.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#028C62 (or 0x028C62) is known color: Observatory. HEX triplet: 02, 8C and 62. RGB value is (2,140,98). Sum of RGB (Red+Green+Blue) = 2+140+98=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #028C62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C62 is #FD739D. Grayscale: #5D5D5D. Windows color (decimal): -16610206 or 6458370. OLE color: 6458370.

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

Color convert

RGB 2 140 98 -
CMYK 0.99 0 0.3 0.45
HSL 161.74º 0.97% 0.28% -
HSV(B) 161.74º 0.99% 0.55% -
XYZ 11.61 19.65 14.74 -
YUV 93.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 2 140 98 0.99 0 0.3 0.45 161.74 0.97 0.28
Hex 2 8C 62 63 0 1E 2D A2 61 1C
Octal 2 214 142 143 0 36 55 242 141 34
Binary 10 10001100 1100010 1100011 0 11110 101101 10100010 1100001 11100

Color Harmonies of #028C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C62

Black with #028C62

Text Example


Text Example

White with #028C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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