Html Css Color HEX #029266 Observatory

📋 copy color: '#029266'

red 2 ◦ green 146 ◦ blue 102

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

Shades of Observatory #029266

Tints of Observatory #029266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 0.8%
G = 58.4%
B = 40.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#029266 (or 0x029266) is known color: Observatory. HEX triplet: 02, 92 and 66. RGB value is (2,146,102). Sum of RGB (Red+Green+Blue) = 2+146+102=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #029266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029266 is #FD6D99. Grayscale: #616161. Windows color (decimal): -16608666 or 6722050. OLE color: 6722050.

HSL color Cylindrical-coordinate representation of color #029266: hue angle of 161.67º 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 #029266 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 102 -
CMYK 0.99 0 0.30 0.43
HSL 161.67º 0.97% 0.29% -
HSV(B) 161.67º 0.99% 0.57% -
XYZ 12.7 21.53 16.06 -
YUV 97.93 130.29 59.58 -
System Red Green Blue C M Y K H S L
Decimal 2 146 102 0.99 0 0.30 0.43 161.67 0.97 0.29
Hex 2 92 66 63 0 1E 2B A2 61 1D
Octal 2 222 146 143 0 36 53 242 141 35
Binary 10 10010010 1100110 1100011 0 11110 101011 10100010 1100001 11101

Color Harmonies of #029266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029266

Black with #029266

Text Example


Text Example

White with #029266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029266; }

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

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

background-color css

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

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

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

border-color css

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

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

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