Html Css Color HEX #028369 Observatory

📋 copy color: '#028369'

red 2 ◦ green 131 ◦ blue 105

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

Shades of Observatory #028369

Tints of Observatory #028369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.04%

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 0.84%
G = 55.04%
B = 44.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#028369 (or 0x028369) is known color: Observatory. HEX triplet: 02, 83 and 69. RGB value is (2,131,105). Sum of RGB (Red+Green+Blue) = 2+131+105=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #028369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028369 is #FD7C96. Grayscale: #595959. Windows color (decimal): -16612503 or 6914818. OLE color: 6914818.

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

Color convert

RGB 2 131 105 -
CMYK 0.98 0 0.20 0.49
HSL 167.91º 0.97% 0.26% -
HSV(B) 167.91º 0.98% 0.51% -
XYZ 10.69 17.27 16.13 -
YUV 89.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 2 131 105 0.98 0 0.20 0.49 167.91 0.97 0.26
Hex 2 83 69 62 0 14 31 A8 61 1A
Octal 2 203 151 142 0 24 61 250 141 32
Binary 10 10000011 1101001 1100010 0 10100 110001 10101000 1100001 11010

Color Harmonies of #028369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028369

Black with #028369

Text Example


Text Example

White with #028369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028369; }

 p { color: rgb(2,131,105); }

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

background-color css

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

 a { background-color: rgb(2,131,105); }

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

border-color css

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

 span { border-color: rgb(2,131,105); }

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