Html Css Color HEX #028574 Observatory

📋 copy color: '#028574'

red 2 ◦ green 133 ◦ blue 116

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

Shades of Observatory #028574

Tints of Observatory #028574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 0.8%
G = 52.99%
B = 46.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#028574 (or 0x028574) is known color: Observatory. HEX triplet: 02, 85 and 74. RGB value is (2,133,116). Sum of RGB (Red+Green+Blue) = 2+133+116=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #028574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028574 is #FD7A8B. Grayscale: #5B5B5B. Windows color (decimal): -16611980 or 7636226. OLE color: 7636226.

HSL color Cylindrical-coordinate representation of color #028574: hue angle of 172.21º 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 #028574 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 116 -
CMYK 0.98 0 0.13 0.48
HSL 172.21º 0.97% 0.26% -
HSV(B) 172.21º 0.98% 0.52% -
XYZ 11.56 18.05 19.4 -
YUV 91.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 2 133 116 0.98 0 0.13 0.48 172.21 0.97 0.26
Hex 2 85 74 62 0 D 30 AC 61 1A
Octal 2 205 164 142 0 15 60 254 141 32
Binary 10 10000101 1110100 1100010 0 1101 110000 10101100 1100001 11010

Color Harmonies of #028574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028574

Black with #028574

Text Example


Text Example

White with #028574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028574; }

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

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

background-color css

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

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

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

border-color css

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

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

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