Html Css Color HEX #028467 Observatory

📋 copy color: '#028467'

red 2 ◦ green 132 ◦ blue 103

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

Shades of Observatory #028467

Tints of Observatory #028467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 0.84%
G = 55.7%
B = 43.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#028467 (or 0x028467) is known color: Observatory. HEX triplet: 02, 84 and 67. RGB value is (2,132,103). Sum of RGB (Red+Green+Blue) = 2+132+103=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #028467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028467 is #FD7B98. Grayscale: #595959. Windows color (decimal): -16612249 or 6784002. OLE color: 6784002.

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

Color convert

RGB 2 132 103 -
CMYK 0.98 0 0.22 0.48
HSL 166.62º 0.97% 0.26% -
HSV(B) 166.62º 0.98% 0.52% -
XYZ 10.72 17.49 15.64 -
YUV 89.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 2 132 103 0.98 0 0.22 0.48 166.62 0.97 0.26
Hex 2 84 67 62 0 16 30 A7 61 1A
Octal 2 204 147 142 0 26 60 247 141 32
Binary 10 10000100 1100111 1100010 0 10110 110000 10100111 1100001 11010

Color Harmonies of #028467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028467

Black with #028467

Text Example


Text Example

White with #028467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028467; }

 p { color: rgb(2,132,103); }

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

background-color css

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

 a { background-color: rgb(2,132,103); }

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

border-color css

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

 span { border-color: rgb(2,132,103); }

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