Html Css Color HEX #028B61 Observatory

📋 copy color: '#028B61'

red 2 ◦ green 139 ◦ blue 97

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

Shades of Observatory #028B61

Tints of Observatory #028B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.4%

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 0.84%
G = 58.4%
B = 40.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#028B61 (or 0x028B61) is known color: Observatory. HEX triplet: 02, 8B and 61. RGB value is (2,139,97). Sum of RGB (Red+Green+Blue) = 2+139+97=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #028B61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B61 is #FD749E. Grayscale: #5D5D5D. Windows color (decimal): -16610463 or 6392578. OLE color: 6392578.

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

Color convert

RGB 2 139 97 -
CMYK 0.99 0 0.30 0.45
HSL 161.61º 0.97% 0.28% -
HSV(B) 161.61º 0.99% 0.55% -
XYZ 11.42 19.34 14.44 -
YUV 93.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 2 139 97 0.99 0 0.30 0.45 161.61 0.97 0.28
Hex 2 8B 61 63 0 1E 2D A2 61 1C
Octal 2 213 141 143 0 36 55 242 141 34
Binary 10 10001011 1100001 1100011 0 11110 101101 10100010 1100001 11100

Color Harmonies of #028B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B61

Black with #028B61

Text Example


Text Example

White with #028B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,97); }

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

background-color css

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

 a { background-color: rgb(2,139,97); }

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

border-color css

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

 span { border-color: rgb(2,139,97); }

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