Html Css Color HEX #028B68 Observatory

📋 copy color: '#028B68'

red 2 ◦ green 139 ◦ blue 104

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

Shades of Observatory #028B68

Tints of Observatory #028B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.73%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 0.82%
G = 56.73%
B = 42.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#028B68 (or 0x028B68) is known color: Observatory. HEX triplet: 02, 8B and 68. RGB value is (2,139,104). Sum of RGB (Red+Green+Blue) = 2+139+104=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #028B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B68 is #FD7497. Grayscale: #5E5E5E. Windows color (decimal): -16610456 or 6851330. OLE color: 6851330.

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

Color convert

RGB 2 139 104 -
CMYK 0.99 0 0.25 0.45
HSL 164.67º 0.97% 0.28% -
HSV(B) 164.67º 0.99% 0.55% -
XYZ 11.76 19.48 16.24 -
YUV 94.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 2 139 104 0.99 0 0.25 0.45 164.67 0.97 0.28
Hex 2 8B 68 63 0 19 2D A5 61 1C
Octal 2 213 150 143 0 31 55 245 141 34
Binary 10 10001011 1101000 1100011 0 11001 101101 10100101 1100001 11100

Color Harmonies of #028B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B68

Black with #028B68

Text Example


Text Example

White with #028B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,104); }

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

background-color css

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

 a { background-color: rgb(2,139,104); }

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

border-color css

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

 span { border-color: rgb(2,139,104); }

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