Html Css Color HEX #02896F Observatory

📋 copy color: '#02896F'

red 2 ◦ green 137 ◦ blue 111

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

Shades of Observatory #02896F

Tints of Observatory #02896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.8%

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 0.8%
G = 54.8%
B = 44.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#02896F (or 0x02896F) is known color: Observatory. HEX triplet: 02, 89 and 6F. RGB value is (2,137,111). Sum of RGB (Red+Green+Blue) = 2+137+111=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #02896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02896F is #FD7690. Grayscale: #5D5D5D. Windows color (decimal): -16610961 or 7309570. OLE color: 7309570.

HSL color Cylindrical-coordinate representation of color #02896F: hue angle of 168.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02896F is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 137 111 -
CMYK 0.99 0 0.19 0.46
HSL 168.44º 0.97% 0.27% -
HSV(B) 168.44º 0.99% 0.54% -
XYZ 11.84 19.05 18.09 -
YUV 93.67 137.77 62.61 -
System Red Green Blue C M Y K H S L
Decimal 2 137 111 0.99 0 0.19 0.46 168.44 0.97 0.27
Hex 2 89 6F 63 0 13 2E A8 61 1B
Octal 2 211 157 143 0 23 56 250 141 33
Binary 10 10001001 1101111 1100011 0 10011 101110 10101000 1100001 11011

Color Harmonies of #02896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02896F

Black with #02896F

Text Example


Text Example

White with #02896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02896F; }

 p { color: rgb(2,137,111); }

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

background-color css

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

 a { background-color: rgb(2,137,111); }

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

border-color css

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

 span { border-color: rgb(2,137,111); }

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