Html Css Color HEX #028C67 Observatory

📋 copy color: '#028C67'

red 2 ◦ green 140 ◦ blue 103

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

Shades of Observatory #028C67

Tints of Observatory #028C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 0.82%
G = 57.14%
B = 42.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#028C67 (or 0x028C67) is known color: Observatory. HEX triplet: 02, 8C and 67. RGB value is (2,140,103). Sum of RGB (Red+Green+Blue) = 2+140+103=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #028C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C67 is #FD7398. Grayscale: #5E5E5E. Windows color (decimal): -16610201 or 6786050. OLE color: 6786050.

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

Color convert

RGB 2 140 103 -
CMYK 0.99 0 0.26 0.45
HSL 163.91º 0.97% 0.28% -
HSV(B) 163.91º 0.99% 0.55% -
XYZ 11.85 19.75 16.02 -
YUV 94.52 132.78 62.01 -
System Red Green Blue C M Y K H S L
Decimal 2 140 103 0.99 0 0.26 0.45 163.91 0.97 0.28
Hex 2 8C 67 63 0 1A 2D A4 61 1C
Octal 2 214 147 143 0 32 55 244 141 34
Binary 10 10001100 1100111 1100011 0 11010 101101 10100100 1100001 11100

Color Harmonies of #028C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C67

Black with #028C67

Text Example


Text Example

White with #028C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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