Html Css Color HEX #02937C Observatory

📋 copy color: '#02937C'

red 2 ◦ green 147 ◦ blue 124

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

Shades of Observatory #02937C

Tints of Observatory #02937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.85%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 0.73%
G = 53.85%
B = 45.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#02937C (or 0x02937C) is known color: Observatory. HEX triplet: 02, 93 and 7C. RGB value is (2,147,124). Sum of RGB (Red+Green+Blue) = 2+147+124=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #02937C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02937C is #FD6C83. Grayscale: #646464. Windows color (decimal): -16608388 or 8164098. OLE color: 8164098.

HSL color Cylindrical-coordinate representation of color #02937C: hue angle of 170.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02937C is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 147 124 -
CMYK 0.99 0 0.16 0.42
HSL 170.48º 0.97% 0.29% -
HSV(B) 170.48º 0.99% 0.58% -
XYZ 14.1 22.34 22.64 -
YUV 101.02 140.96 57.37 -
System Red Green Blue C M Y K H S L
Decimal 2 147 124 0.99 0 0.16 0.42 170.48 0.97 0.29
Hex 2 93 7C 63 0 10 2A AA 61 1D
Octal 2 223 174 143 0 20 52 252 141 35
Binary 10 10010011 1111100 1100011 0 10000 101010 10101010 1100001 11101

Color Harmonies of #02937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02937C

Black with #02937C

Text Example


Text Example

White with #02937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,147,124); }

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

background-color css

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

 a { background-color: rgb(2,147,124); }

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

border-color css

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

 span { border-color: rgb(2,147,124); }

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