Html Css Color HEX #028B6D Observatory

📋 copy color: '#028B6D'

red 2 ◦ green 139 ◦ blue 109

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

Shades of Observatory #028B6D

Tints of Observatory #028B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 0.8%
G = 55.6%
B = 43.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#028B6D (or 0x028B6D) is known color: Observatory. HEX triplet: 02, 8B and 6D. RGB value is (2,139,109). Sum of RGB (Red+Green+Blue) = 2+139+109=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #028B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B6D is #FD7492. Grayscale: #5E5E5E. Windows color (decimal): -16610451 or 7179010. OLE color: 7179010.

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

Color convert

RGB 2 139 109 -
CMYK 0.99 0 0.22 0.45
HSL 166.86º 0.97% 0.28% -
HSV(B) 166.86º 0.99% 0.55% -
XYZ 12.02 19.58 17.61 -
YUV 94.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 2 139 109 0.99 0 0.22 0.45 166.86 0.97 0.28
Hex 2 8B 6D 63 0 16 2D A7 61 1C
Octal 2 213 155 143 0 26 55 247 141 34
Binary 10 10001011 1101101 1100011 0 10110 101101 10100111 1100001 11100

Color Harmonies of #028B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B6D

Black with #028B6D

Text Example


Text Example

White with #028B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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