Html Css Color HEX #028572 Observatory

📋 copy color: '#028572'

red 2 ◦ green 133 ◦ blue 114

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

Shades of Observatory #028572

Tints of Observatory #028572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

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

R = 0.8%
G = 53.41%
B = 45.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#028572 (or 0x028572) is known color: Observatory. HEX triplet: 02, 85 and 72. RGB value is (2,133,114). Sum of RGB (Red+Green+Blue) = 2+133+114=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #028572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028572 is #FD7A8D. Grayscale: #5B5B5B. Windows color (decimal): -16611982 or 7505154. OLE color: 7505154.

HSL color Cylindrical-coordinate representation of color #028572: hue angle of 171.3º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028572 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 114 -
CMYK 0.98 0 0.14 0.48
HSL 171.3º 0.97% 0.26% -
HSV(B) 171.3º 0.98% 0.52% -
XYZ 11.45 18 18.79 -
YUV 91.67 140.6 64.04 -
System Red Green Blue C M Y K H S L
Decimal 2 133 114 0.98 0 0.14 0.48 171.3 0.97 0.26
Hex 2 85 72 62 0 E 30 AB 61 1A
Octal 2 205 162 142 0 16 60 253 141 32
Binary 10 10000101 1110010 1100010 0 1110 110000 10101011 1100001 11010

Color Harmonies of #028572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028572

Black with #028572

Text Example


Text Example

White with #028572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028572; }

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

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

background-color css

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

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

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

border-color css

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

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

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