Html Css Color HEX #028973 Observatory

📋 copy color: '#028973'

red 2 ◦ green 137 ◦ blue 115

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

Shades of Observatory #028973

Tints of Observatory #028973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 0.79%
G = 53.94%
B = 45.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#028973 (or 0x028973) is known color: Observatory. HEX triplet: 02, 89 and 73. RGB value is (2,137,115). Sum of RGB (Red+Green+Blue) = 2+137+115=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #028973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028973 is #FD768C. Grayscale: #5E5E5E. Windows color (decimal): -16610957 or 7571714. OLE color: 7571714.

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

Color convert

RGB 2 137 115 -
CMYK 0.99 0 0.16 0.46
HSL 170.22º 0.97% 0.27% -
HSV(B) 170.22º 0.99% 0.54% -
XYZ 12.07 19.14 19.28 -
YUV 94.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 2 137 115 0.99 0 0.16 0.46 170.22 0.97 0.27
Hex 2 89 73 63 0 10 2E AA 61 1B
Octal 2 211 163 143 0 20 56 252 141 33
Binary 10 10001001 1110011 1100011 0 10000 101110 10101010 1100001 11011

Color Harmonies of #028973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028973

Black with #028973

Text Example


Text Example

White with #028973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028973; }

 p { color: rgb(2,137,115); }

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

background-color css

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

 a { background-color: rgb(2,137,115); }

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

border-color css

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

 span { border-color: rgb(2,137,115); }

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