Html Css Color HEX #028D71 Observatory

📋 copy color: '#028D71'

red 2 ◦ green 141 ◦ blue 113

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

Shades of Observatory #028D71

Tints of Observatory #028D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.08%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 0.78%
G = 55.08%
B = 44.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#028D71 (or 0x028D71) is known color: Observatory. HEX triplet: 02, 8D and 71. RGB value is (2,141,113). Sum of RGB (Red+Green+Blue) = 2+141+113=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #028D71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D71 is #FD728E. Grayscale: #606060. Windows color (decimal): -16609935 or 7441666. OLE color: 7441666.

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

Color convert

RGB 2 141 113 -
CMYK 0.99 0 0.20 0.45
HSL 167.91º 0.97% 0.28% -
HSV(B) 167.91º 0.99% 0.55% -
XYZ 12.53 20.25 18.87 -
YUV 96.25 137.45 60.78 -
System Red Green Blue C M Y K H S L
Decimal 2 141 113 0.99 0 0.20 0.45 167.91 0.97 0.28
Hex 2 8D 71 63 0 14 2D A8 61 1C
Octal 2 215 161 143 0 24 55 250 141 34
Binary 10 10001101 1110001 1100011 0 10100 101101 10101000 1100001 11100

Color Harmonies of #028D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D71

Black with #028D71

Text Example


Text Example

White with #028D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,113); }

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

background-color css

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

 a { background-color: rgb(2,141,113); }

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

border-color css

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

 span { border-color: rgb(2,141,113); }

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