Html Css Color HEX #02876C Observatory

📋 copy color: '#02876C'

red 2 ◦ green 135 ◦ blue 108

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

Shades of Observatory #02876C

Tints of Observatory #02876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.1%

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 0.82%
G = 55.1%
B = 44.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#02876C (or 0x02876C) is known color: Observatory. HEX triplet: 02, 87 and 6C. RGB value is (2,135,108). Sum of RGB (Red+Green+Blue) = 2+135+108=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #02876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02876C is #FD7893. Grayscale: #5C5C5C. Windows color (decimal): -16611476 or 7112450. OLE color: 7112450.

HSL color Cylindrical-coordinate representation of color #02876C: hue angle of 167.82º 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 #02876C is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 108 -
CMYK 0.99 0 0.2 0.47
HSL 167.82º 0.97% 0.27% -
HSV(B) 167.82º 0.99% 0.53% -
XYZ 11.4 18.42 17.14 -
YUV 92.16 136.94 63.7 -
System Red Green Blue C M Y K H S L
Decimal 2 135 108 0.99 0 0.2 0.47 167.82 0.97 0.27
Hex 2 87 6C 63 0 14 2F A8 61 1B
Octal 2 207 154 143 0 24 57 250 141 33
Binary 10 10000111 1101100 1100011 0 10100 101111 10101000 1100001 11011

Color Harmonies of #02876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02876C

Black with #02876C

Text Example


Text Example

White with #02876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02876C; }

 p { color: rgb(2,135,108); }

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

background-color css

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

 a { background-color: rgb(2,135,108); }

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

border-color css

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

 span { border-color: rgb(2,135,108); }

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