Html Css Color HEX #02927D Observatory

📋 copy color: '#02927D'

red 2 ◦ green 146 ◦ blue 125

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

Shades of Observatory #02927D

Tints of Observatory #02927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 0.73%
G = 53.48%
B = 45.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#02927D (or 0x02927D) is known color: Observatory. HEX triplet: 02, 92 and 7D. RGB value is (2,146,125). Sum of RGB (Red+Green+Blue) = 2+146+125=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #02927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02927D is #FD6D82. Grayscale: #646464. Windows color (decimal): -16608643 or 8229378. OLE color: 8229378.

HSL color Cylindrical-coordinate representation of color #02927D: hue angle of 171.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02927D is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 125 -
CMYK 0.99 0 0.14 0.43
HSL 171.25º 0.97% 0.29% -
HSV(B) 171.25º 0.99% 0.57% -
XYZ 14.01 22.05 22.92 -
YUV 100.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 2 146 125 0.99 0 0.14 0.43 171.25 0.97 0.29
Hex 2 92 7D 63 0 E 2B AB 61 1D
Octal 2 222 175 143 0 16 53 253 141 35
Binary 10 10010010 1111101 1100011 0 1110 101011 10101011 1100001 11101

Color Harmonies of #02927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02927D

Black with #02927D

Text Example


Text Example

White with #02927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,146,125); }

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

background-color css

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

 a { background-color: rgb(2,146,125); }

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

border-color css

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

 span { border-color: rgb(2,146,125); }

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