Html Css Color HEX #028F68 Observatory

📋 copy color: '#028F68'

red 2 ◦ green 143 ◦ blue 104

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

Shades of Observatory #028F68

Tints of Observatory #028F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.43%

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

R = 0.8%
G = 57.43%
B = 41.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#028F68 (or 0x028F68) is known color: Observatory. HEX triplet: 02, 8F and 68. RGB value is (2,143,104). Sum of RGB (Red+Green+Blue) = 2+143+104=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #028F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F68 is #FD7097. Grayscale: #606060. Windows color (decimal): -16609432 or 6852354. OLE color: 6852354.

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

Color convert

RGB 2 143 104 -
CMYK 0.99 0 0.27 0.44
HSL 163.4º 0.97% 0.28% -
HSV(B) 163.4º 0.99% 0.56% -
XYZ 12.35 20.66 16.43 -
YUV 96.4 132.29 60.67 -
System Red Green Blue C M Y K H S L
Decimal 2 143 104 0.99 0 0.27 0.44 163.4 0.97 0.28
Hex 2 8F 68 63 0 1B 2C A3 61 1C
Octal 2 217 150 143 0 33 54 243 141 34
Binary 10 10001111 1101000 1100011 0 11011 101100 10100011 1100001 11100

Color Harmonies of #028F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F68

Black with #028F68

Text Example


Text Example

White with #028F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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