Html Css Color HEX #028672 Observatory

📋 copy color: '#028672'

red 2 ◦ green 134 ◦ blue 114

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

Shades of Observatory #028672

Tints of Observatory #028672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 0.8%
G = 53.6%
B = 45.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#028672 (or 0x028672) is known color: Observatory. HEX triplet: 02, 86 and 72. RGB value is (2,134,114). Sum of RGB (Red+Green+Blue) = 2+134+114=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #028672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028672 is #FD798D. Grayscale: #5C5C5C. Windows color (decimal): -16611726 or 7505410. OLE color: 7505410.

HSL color Cylindrical-coordinate representation of color #028672: hue angle of 170.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028672 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 114 -
CMYK 0.99 0 0.15 0.47
HSL 170.91º 0.97% 0.27% -
HSV(B) 170.91º 0.99% 0.53% -
XYZ 11.59 18.28 18.84 -
YUV 92.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 2 134 114 0.99 0 0.15 0.47 170.91 0.97 0.27
Hex 2 86 72 63 0 F 2F AB 61 1B
Octal 2 206 162 143 0 17 57 253 141 33
Binary 10 10000110 1110010 1100011 0 1111 101111 10101011 1100001 11011

Color Harmonies of #028672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028672

Black with #028672

Text Example


Text Example

White with #028672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028672; }

 p { color: rgb(2,134,114); }

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

background-color css

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

 a { background-color: rgb(2,134,114); }

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

border-color css

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

 span { border-color: rgb(2,134,114); }

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