Html Css Color HEX #02886D Observatory

📋 copy color: '#02886D'

red 2 ◦ green 136 ◦ blue 109

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

Shades of Observatory #02886D

Tints of Observatory #02886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.06%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 0.81%
G = 55.06%
B = 44.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#02886D (or 0x02886D) is known color: Observatory. HEX triplet: 02, 88 and 6D. RGB value is (2,136,109). Sum of RGB (Red+Green+Blue) = 2+136+109=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #02886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02886D is #FD7792. Grayscale: #5C5C5C. Windows color (decimal): -16611219 or 7178242. OLE color: 7178242.

HSL color Cylindrical-coordinate representation of color #02886D: hue angle of 167.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02886D is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 109 -
CMYK 0.99 0 0.20 0.47
HSL 167.91º 0.97% 0.27% -
HSV(B) 167.91º 0.99% 0.53% -
XYZ 11.59 18.73 17.47 -
YUV 92.86 137.11 63.2 -
System Red Green Blue C M Y K H S L
Decimal 2 136 109 0.99 0 0.20 0.47 167.91 0.97 0.27
Hex 2 88 6D 63 0 14 2F A8 61 1B
Octal 2 210 155 143 0 24 57 250 141 33
Binary 10 10001000 1101101 1100011 0 10100 101111 10101000 1100001 11011

Color Harmonies of #02886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02886D

Black with #02886D

Text Example


Text Example

White with #02886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02886D; }

 p { color: rgb(2,136,109); }

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

background-color css

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

 a { background-color: rgb(2,136,109); }

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

border-color css

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

 span { border-color: rgb(2,136,109); }

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